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 dd61821 commit 69b0bf0Copy full SHA for 69b0bf0
.travis.yml
@@ -68,7 +68,7 @@ matrix:
68
env: VERSION=2.7 VARIANT=alpine3.9
69
70
install:
71
- - git clone https://github.com/docker-library/official-images.git ~/official-images
+ - git clone --depth 1 https://github.com/docker-library/official-images.git ~/official-images
72
- if [ "$TRAVIS_OS_NAME" = 'linux' ]; then wget -qO- 'https://github.com/tianon/pgp-happy-eyeballs/raw/master/hack-my-builds.sh' | bash; fi
73
74
before_script:
0 commit comments