Skip to content

Commit 86a307d

Browse files
ia3andyCopilot
andauthored
Update deploy/build_deploy.sh
Co-authored-by: Copilot <[email protected]>
1 parent 308d656 commit 86a307d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/build_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ IMAGE_TAG=${IMAGE_TAG-$GIT_REV_SHORT}
1010
STAGE=false
1111

1212
if [[ $(git --no-pager log --oneline -1) == *[STAGE]* ]]; then
13-
echo "This is commit is flagged with [STAGE] and won't go to production"
13+
echo "This commit is flagged with [STAGE] and won't go to production"
1414
STAGE=true
1515
fi
1616

0 commit comments

Comments
 (0)