Skip to content

Commit

Permalink
Use the non-beta gcloud cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Jan 28, 2024
1 parent b54b035 commit 17af4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ test:live:setup:
- gcloud compute instances stop $CONTAINER_NAME --zone=$GCP_ZONE
- |
gcloud beta compute instances set-scheduling $CONTAINER_NAME \
gcloud compute instances set-scheduling $CONTAINER_NAME \
--zone=$GCP_ZONE
--max-run-duration=600s \
--instance-termination-action=DELETE
Expand Down

0 comments on commit 17af4a6

Please sign in to comment.