Browse Source

Update config.yml

main
NicolasLepinette 6 years ago
committed by GitHub
parent
commit
553f683a12
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -1,12 +1,10 @@
workflows:
version: 2.1
jobs: jobs:
build: build:
docker:
- image: cimg/node:14.10.1 # the primary container, where your job's comm>
docker:
- image: cimg/node:14.10.1 # the primary container, where your job's commands are run
auth: auth:
username: mydockerhub-user username: mydockerhub-user
password: $DOCKERHUB_PASSWORD # context / project UI env-var referen>
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
steps: steps:
- checkout - checkout
- run: yarn global add node-gyp - run: yarn global add node-gyp

Loading…
Cancel
Save