Skip to content

Commit

Permalink
Fix pipeline scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Aug 22, 2021
1 parent 7c952da commit 754a687
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
deploy_to_namespace beta
log-beta-deployment-to-merkely:
docker:
- image: ubuntu-2004:202008-01
machine:
image: ubuntu-2004:202008-01
steps:
- checkout
- run:
Expand All @@ -51,8 +51,8 @@ jobs:
log-prod-deployment-to-merkely:
docker:
- image: ubuntu-2004:202008-01
machine:
image: ubuntu-2004:202008-01
steps:
- checkout
- run:
Expand Down
2 changes: 0 additions & 2 deletions .circleci/merkely_log_deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ merkely_log_deployment()
local -r CYBER_DOJO_DIFFER_TAG="${CIRCLE_SHA1:0:7}"

# Pull image so merkely_fingerprint() works
echo "${DOCKER_PASS}" | docker login --username "${DOCKER_USER}" --password-stdin
docker pull ${CYBER_DOJO_DIFFER_IMAGE}:${CYBER_DOJO_DIFFER_TAG}
docker logout

docker run \
--env MERKELY_COMMAND=log_deployment \
Expand Down

0 comments on commit 754a687

Please sign in to comment.