Skip to content

Commit

Permalink
Automator: update common-files@master in istio/client-go@master (#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Jan 24, 2025
1 parent aa9f47a commit e3e1ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4a811c922d5823525dc271fa6defd1978bf73286
0569152cf7260f891ee02fcef8c10bf4f94ea606
2 changes: 1 addition & 1 deletion common/scripts/kind_provisioner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function setup_kind_cluster() {
# kubectl config set clusters.kind-istio-testing.server https://istio-testing-control-plane:6443
fi

if [[ -n "${DEVCONTAINER}" ]]; then
if [[ -n "${DEVCONTAINER:-}" ]]; then
# identify our docker container id using proc and regex
containerid=$(grep 'resolv.conf' /proc/self/mountinfo | sed 's/.*\/docker\/containers\/\([0-9a-f]*\).*/\1/')
docker network connect kind "$containerid"
Expand Down

0 comments on commit e3e1ed6

Please sign in to comment.