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

Commit

Permalink
Fix error in merkely_log_deployment() script
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Aug 13, 2021
1 parent 310c27e commit 3716eb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/merkely_log_deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

MY_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

MERKELY_CHANGE=merkely/change:latest
MERKELY_OWNER=cyber-dojo
MERKELY_PIPELINE=creator
readonly MERKELY_CHANGE=merkely/change:latest
readonly MERKELY_OWNER=cyber-dojo
readonly MERKELY_PIPELINE=creator

# - - - - - - - - - - - - - - - - - - -
merkely_fingerprint()
Expand Down Expand Up @@ -35,7 +35,7 @@ merkely_log_deployment()

VERSIONER_URL=https://raw.githubusercontent.com/cyber-dojo/versioner/master
export $(curl "${VERSIONER_URL}/app/.env")
export CYBER_DOJO_DIFFER_TAG="${CIRCLE_SHA1:0:7}"
export CYBER_DOJO_CREATOR_TAG="${CIRCLE_SHA1:0:7}"
docker pull ${CYBER_DOJO_CREATOR_IMAGE}:${CYBER_DOJO_CREATOR_TAG}

readonly ENVIRONMENT="${1}"
Expand Down

0 comments on commit 3716eb4

Please sign in to comment.