Browse Source

Update config.yml

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

4
.circleci/config.yml

@ -8,4 +8,6 @@ jobs:
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
steps:
- checkout # check out the code in the project directory
- run: echo "hello world" # run the `echo` command
- run:
name: install node
command: yarn global add node-gyp && yarn install
Loading…
Cancel
Save