Skip to content

Commit

Permalink
check for recent missed
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahl committed Nov 1, 2024
1 parent 0044f00 commit a1a66b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cloudbuild/bluegreen-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

# Ensure that our cloudbuild has everything we need
for cmd in git yq kubectl gcloud; do
for cmd in git yq kubectl gcloud kustomize curl; do
if ! command -v $cmd &> /dev/null; then
echo "Error: $cmd is not installed." >&2
exit 1
Expand Down

0 comments on commit a1a66b5

Please sign in to comment.