Browse Source

update

main
Zelleg 5 years ago
parent
commit
df8eca065e
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -71,9 +71,8 @@ jobs:
command: yarn doc:build command: yarn doc:build
- store_artifacts: - store_artifacts:
path: docs path: docs
building-docker-image:
steps:
docker:
building-docker-image:
docker:
- image: cimg/node:14.15.0 # the primary container, where your job's commands are run - image: cimg/node:14.15.0 # the primary container, where your job's commands are run
auth: auth:
username: mydockerhub-user username: mydockerhub-user

Loading…
Cancel
Save