fix(ci): use correct machine names for exit codes (#4069)
This commit is contained in:
parent
7e8194c63f
commit
23e8a432f6
|
|
@ -223,7 +223,7 @@ jobs:
|
||||||
|
|
||||||
EXIT_CODE=$(\
|
EXIT_CODE=$(\
|
||||||
gcloud compute ssh \
|
gcloud compute ssh \
|
||||||
sync-checkpoint-${{ env.GITHUB_REF_SLUG_URL }}-${{ env.GITHUB_SHA_SHORT }} \
|
full-sync-${{ env.GITHUB_REF_SLUG_URL }}-${{ env.GITHUB_SHA_SHORT }} \
|
||||||
--zone ${{ env.ZONE }} \
|
--zone ${{ env.ZONE }} \
|
||||||
--quiet \
|
--quiet \
|
||||||
--ssh-flag="-o ServerAliveInterval=5" \
|
--ssh-flag="-o ServerAliveInterval=5" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue