Browse Source

new image

main
MTLantoine 6 years ago
parent
commit
5a752d896a
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -2,13 +2,13 @@ version: 2.1
jobs:
job1:
docker:
- image: circleci/ruby:2.4-node
- image: circleci/node:12
steps:
- checkout
- run: echo "Hello World"
job2:
docker:
- image: circleci/ruby:2.4-node
- image: circleci/node:12
steps:
- checkout
- run: echo "Hello Man"

Loading…
Cancel
Save