Browse Source

Updated config.yml

pull/1/head
Anthony Quéré 5 years ago
parent
commit
fc7c96eb1a
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -3,7 +3,12 @@ jobs:
build: build:
docker: docker:
- image: cimg/node - image: cimg/node
auth:
username: anthonyjhoiro
password: $DOCKERHUB_PASSWORD
steps: steps:
- checkout
- run: - run:
name: Install deps using Yarn name: Install deps using Yarn
command: yarn install command: yarn install
Loading…
Cancel
Save