We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072efcd commit 176e6b3Copy full SHA for 176e6b3
.travis.yml
@@ -54,6 +54,8 @@ before_install: # Use this to prepare the system to install prerequisites or dep
54
install:
55
- export CI_SOURCE_PATH=$(pwd)
56
- export REPOSITORY_NAME=${PWD##*/}
57
+ - yes | docker image prune
58
+ - yes | docker container prune
59
- if [[ "$QEMU" != "" ]]; then sudo apt-get install -y -qq qemu-user-static; ls /usr/bin/qemu-*-static; export QEMU_VOLUME="-v /usr/bin/qemu-$QEMU-static:/usr/bin/qemu-$QEMU-static" ; fi
60
- if [[ "$QEMU" != "" ]]; then docker run --rm --privileged multiarch/qemu-user-static:register; fi
61
- if [[ "$DOCKER_IMAGE" == *"arm"* ]]; then sudo apt-get install -y -qq qemu-user-static; fi
0 commit comments