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 308d656 commit 86a307dCopy full SHA for 86a307d
deploy/build_deploy.sh
@@ -10,7 +10,7 @@ IMAGE_TAG=${IMAGE_TAG-$GIT_REV_SHORT}
10
STAGE=false
11
12
if [[ $(git --no-pager log --oneline -1) == *[STAGE]* ]]; then
13
- echo "This is commit is flagged with [STAGE] and won't go to production"
+ echo "This commit is flagged with [STAGE] and won't go to production"
14
STAGE=true
15
fi
16
0 commit comments