Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
chore: two more
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Oct 14, 2021
1 parent 0c9b309 commit 559f31b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
- run: echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
- run: yarn promote-docker
environment:
NPM_CONFIG_PREFIX: "~/.npm-global"
NPM_CONFIG_PREFIX: '~/.npm-global'

promote-verify:
docker:
Expand All @@ -212,6 +212,8 @@ jobs:
- run: echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
- run: yarn pack:docker:slim
- verify-slim-dependencies
environment:
NPM_CONFIG_PREFIX: '~/.npm-global'

docker-publish-full:
docker:
Expand All @@ -224,6 +226,8 @@ jobs:
- run: echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
- run: yarn pack:docker:full
- verify-full-dependencies
environment:
NPM_CONFIG_PREFIX: '~/.npm-global'

close-CTC:
docker:
Expand Down

0 comments on commit 559f31b

Please sign in to comment.