Skip to content

Commit

Permalink
Automator: update common-files@master in istio/bots@master (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing committed Jul 8, 2024
1 parent a9a75e8 commit b51b86c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "istio build-tools",
"image": "gcr.io/istio-testing/build-tools:master-c99bbd718c95a007fc7433c6d8d047bdeda2e561",
"image": "gcr.io/istio-testing/build-tools:master-fbec74f127fd72c16999f8d8872b45bcf718eb1c",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
Expand Down
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7cc2aae29bbad264613b1247766df26a6b0dbc6f
f90e4005701a38b153246bc0d9e7314977b250bb
2 changes: 1 addition & 1 deletion common/scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fi
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
PROJECT_ID=${PROJECT_ID:-istio-testing}
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
IMAGE_VERSION=master-c99bbd718c95a007fc7433c6d8d047bdeda2e561
IMAGE_VERSION=master-fbec74f127fd72c16999f8d8872b45bcf718eb1c
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools
Expand Down

0 comments on commit b51b86c

Please sign in to comment.