Skip to content

Commit 04fad57

Browse files
committed
Suppress error on variable version though artifact doesn't exist
1 parent 30fdd24 commit 04fad57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/actions/deploy-gigabyte-ampere-cuttlefish-installer

.github/actions/deploy-gigabyte-ampere-cuttlefish-installer/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
--package="debian-installer" \
4444
--project="android-cuttlefish-artifacts" \
4545
--quiet \
46-
--repository="${REPO}"
46+
--repository="${REPO}" || true
4747
for VERSION in ${TAG} ${INPUTS_DEPLOY_CHANNEL}; do
4848
gcloud artifacts generic upload \
4949
--location=us \

0 commit comments

Comments
 (0)