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 9964c1b commit e59bf31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ steps:
args:
- -c
- |
set -euo pipefail
set -eu
if [ "$TAG_NAME" = "" ] && [ "$BRANCH_NAME" = "tmptest" -o "$BRANCH_NAME" = "master" ]; then
docker tag gcr.io/$PROJECT_ID/alpaca-py:latest gcr.io/$PROJECT_ID/alpaca-py:${BRANCH_NAME}-latest
docker push gcr.io/$PROJECT_ID/alpaca-py:${BRANCH_NAME}-latest
Expand All @@ -53,7 +53,7 @@ steps:
args:
- -c
- |
set -euo pipefail
set -eu
if [ "$TAG_NAME" = "" ] && [ "$BRANCH_NAME" = "tmptest" ] ; then
SA_TOKEN="$$SA_TOKEN_STAGING"
fi
Expand Down

0 comments on commit e59bf31

Please sign in to comment.