Skip to content

Commit

Permalink
Test a version that properly installs Python
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense committed Oct 10, 2024
1 parent 84beb97 commit aeee380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/google-cloud-cli/install-bookworm-with-settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
source dev-container-features-test-lib

# Feature-specific tests
check "version" bash -c "gcloud --version | grep 371.0.0"
check "version" bash -c "gcloud --version | grep 475.0.0"
check "which gcloud" bash -c "which gcloud | grep /usr/bin/gcloud"

# Report result
Expand Down
2 changes: 1 addition & 1 deletion test/google-cloud-cli/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"image": "debian:bookworm",
"features": {
"google-cloud-cli": {
"version": "371.0.0-0"
"version": "475.0.0-0"
}
}
}
Expand Down

0 comments on commit aeee380

Please sign in to comment.