Browse Source

Fix indent

pull/1/merge step1
Galimede 6 years ago
parent
commit
a43084b831
  1. 10
      .circleci/config.yml

10
.circleci/config.yml

@ -1,8 +1,8 @@
version: 2.1
jobs:
build:
docker:
- image: cimg/node:14.10.1
build:
docker:
- image: cimg/node:14.10.1
steps:
- checkout
- run: echo "Hello World"
- checkout
- run: echo "hello world"
Loading…
Cancel
Save