diff options
Diffstat (limited to 'ci/run-linux32-docker.sh')
-rwxr-xr-x | ci/run-linux32-docker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run-linux32-docker.sh b/ci/run-linux32-docker.sh index 21637903ce..751acfcf8a 100755 --- a/ci/run-linux32-docker.sh +++ b/ci/run-linux32-docker.sh @@ -3,7 +3,7 @@ # Download and run Docker image to build and test 32-bit Git # -. ${0%/*}/lib-travisci.sh +. ${0%/*}/lib.sh docker pull daald/ubuntu32:xenial |