1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 14:25:44 +00:00

Update cloudbuild-release.yaml with nokeycheck option (#2431)

This commit is contained in:
Pavlo Tkach
2024-05-06 14:01:31 -04:00
committed by GitHub
parent 49d2e34e12
commit 2c7bf2cfdb

View File

@@ -210,9 +210,9 @@ steps:
$(gcloud auth list --format='get(account)' --filter=active)
git add .
git commit -m "Release commit for tag ${TAG_NAME}"
git push origin master
git push -o nokeycheck origin master
git tag ${TAG_NAME}
git push origin ${TAG_NAME}
git push -o nokeycheck origin ${TAG_NAME}
timeout: 3600s
options:
machineType: 'E2_HIGHCPU_32'