Skip to content

Commit daf0cd6

Browse files
Automator: update common-files@master in istio/api@master (#3424)
1 parent d8ef56f commit daf0cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4a811c922d5823525dc271fa6defd1978bf73286
1+
0569152cf7260f891ee02fcef8c10bf4f94ea606

common/scripts/kind_provisioner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ function setup_kind_cluster() {
193193
# kubectl config set clusters.kind-istio-testing.server https://istio-testing-control-plane:6443
194194
fi
195195

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

0 commit comments

Comments
 (0)