Skip to content

Commit

Permalink
Update buildspec.yml
Browse files Browse the repository at this point in the history
Update Variable name.
  • Loading branch information
ChrisPates committed Sep 21, 2022
1 parent 6a65fd5 commit 988ddaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/approverelease/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ phases:
commands:
# Check whether this is a commit on the default branch with a release tag
- |
if expr "${GitReleaseCommit}" : "true" >/dev/null; then
if expr "${GitIsRelease}" : "true" >/dev/null; then
sys.exit(0)
else
sys.exit(-1)
Expand Down

0 comments on commit 988ddaa

Please sign in to comment.