Browse Source

Update config.yml

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

5
.circleci/config.yml

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

Loading…
Cancel
Save