Browse Source

.

pull/1/merge
MTLantoine 6 years ago
parent
commit
81a5c82315
  1. 18
      .circleci/config.yml

18
.circleci/config.yml

@ -1,16 +1,10 @@
version: 2.1
workflows:
workflow1:
jobs:
- job1
jobs:
job1:
build:
job-name:
docker:
- image: cimg/node:14.10.1 # the primary container, where your job's commands are run
auth:
username: mydockerhub-user
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
- image: circleci/node:12
steps:
- checkout # check out the code in the project directory
- run: echo "hello world" # run the `echo` command
- checkout
- run:
name: Install stuff
command: echo ok
Loading…
Cancel
Save