Browse Source

👷 Updated CI

main
Alexandre SOARES 5 years ago
parent
commit
76422b0bb8
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -7,6 +7,11 @@ workflows:
version: 2 version: 2
jobs: jobs:
build: build:
docker:
- image: cimg/node:14.15.0 # the primary container, where your job's commands are run
auth:
username: xaela37
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
steps: steps:
- checkout # check out the code in the project directory - checkout # check out the code in the project directory
- run: yarn install - run: yarn install

Loading…
Cancel
Save