MTLantoine 6 years ago
parent
commit
efeea54902
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -1,10 +1,9 @@
version: 2.1
jobs:
cache: &shared-config
docker:
- image: circleci/node:12
- image: circleci/node:12
job1:
<<: *shared-config
docker: *shared-config
steps:
- checkout
- run: echo "Hello World"

Loading…
Cancel
Save