Skip to content

Commit

Permalink
Automator: update common-files@master in istio/community@master (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Jul 31, 2023
1 parent 2211cf9 commit 097da0b
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-b243f443862c075054d6061ce7d753d47b6c0a11",
"image": "gcr.io/istio-testing/build-tools:master-936207ec8823f21aa330a82c20649c6f9e2f7a22",
"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 @@
aea3a48610b7476dccd70e84b3f84668e7fa7dca
3e7e4a6330e5a70608669a7bce30c737d961b36e
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-b243f443862c075054d6061ce7d753d47b6c0a11
IMAGE_VERSION=master-936207ec8823f21aa330a82c20649c6f9e2f7a22
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools
Expand Down

0 comments on commit 097da0b

Please sign in to comment.