Skip to content

Commit

Permalink
cloudbuild.yaml change
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando-az-alpaca committed Dec 17, 2023
1 parent e59bf31 commit f01bfa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ steps:
set -eu
if [ "$TAG_NAME" = "" ] && [ "$BRANCH_NAME" = "tmptest" ] ; then
SA_TOKEN="$$SA_TOKEN_STAGING"
fi
elif [ "$TAG_NAME" != "" ]; then
SA_TOKEN="$$SA_TOKEN_MASTER"
fi
Expand Down

0 comments on commit f01bfa9

Please sign in to comment.