You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-py: fix linting issues reported by shellcheck
- SC2006: use $(...) notation instead of legacy backticked `...`
- SC2086: double quote to prevent globbing and word splitting
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 0b3d201)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
# TODO docker 17.06 cli client used in CI fails to build using a sha;
8
8
# unable to prepare context: unable to 'git clone' to temporary context directory: error fetching: error: no such remote ref ead0bb9e08c13dd3d1712759491eee06bf5a5602
9
9
#: exit status 128
10
-
:${DOCKER_PY_COMMIT:=4.0.2}
10
+
:"${DOCKER_PY_COMMIT:=4.0.2}"
11
11
12
12
# custom options to pass py.test
13
13
# TODO remove these skip once we update to a docker-py version that has https://github.com/docker/docker-py/pull/2369, https://github.com/docker/docker-py/pull/2380, https://github.com/docker/docker-py/pull/2382
0 commit comments