Skip to content

Commit

Permalink
Merge pull request #10 from m-lab/sandbox-kinkade
Browse files Browse the repository at this point in the history
Adds a small sleep before deploying dispatch.yaml
  • Loading branch information
nkinkade authored Mar 19, 2024
2 parents d529df9 + d0072cb commit 2c00435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ steps:
env:
- PROJECT_IN=measurement-lab
args:
- gcloud app operations wait $(gcloud app operations list --format="value(id)" --pending --limit=1) || true
- sleep 30 # Give all operations in previous step a few seconds to complete
- gcloud app deploy grafana-public/dispatch.yaml --project $PROJECT_ID

0 comments on commit 2c00435

Please sign in to comment.