We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9701e commit 7a99de5Copy full SHA for 7a99de5
scripts/dev/contexts/evg-private-context
@@ -35,7 +35,7 @@ export NAMESPACE
35
36
DEV_REPO_URL="268558157000.dkr.ecr.us-east-1.amazonaws.com/dev"
37
STAGING_REPO_URL="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging"
38
-COMMIT_SHA_SHORT=$(git rev-parse --short HEAD)
+COMMIT_SHA_SHORT=$(git rev-parse --short=8 HEAD)
39
40
if [ "${is_patch:-false}" = "true" ]; then
41
echo "is_patch is set, setting BASE_REPO_URL=${STAGING_REPO_URL}"
0 commit comments