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

5
.circleci/config.yml

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

Loading…
Cancel
Save