Browse Source

Update config.yml

pull/1/merge
Thaisrr 6 years ago
committed by GitHub
parent
commit
7b3dbfc1f5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -10,7 +10,7 @@ jobs:
- image: cimg/node:14.10.1 - image: cimg/node:14.10.1
steps: steps:
- checkout - checkout
- run: echo "Hello World !"
- run: "echo Hello"
install: install:
docker: docker:
- image: cimg/node:14.10.1 - image: cimg/node:14.10.1

Loading…
Cancel
Save