Skip to content

Commit d8ef56f

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

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-
c036aefdb6470b76bfc1476beb092ec23dea50cd
1+
4a811c922d5823525dc271fa6defd1978bf73286

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 [[ "${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)