Skip to content

Commit 69b0bf0

Browse files
Reduce clone depth of official-images on Travis CI
Only the latest version of official-images repo is needed.
1 parent dd61821 commit 69b0bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ matrix:
6868
env: VERSION=2.7 VARIANT=alpine3.9
6969

7070
install:
71-
- git clone https://github.com/docker-library/official-images.git ~/official-images
71+
- git clone --depth 1 https://github.com/docker-library/official-images.git ~/official-images
7272
- if [ "$TRAVIS_OS_NAME" = 'linux' ]; then wget -qO- 'https://github.com/tianon/pgp-happy-eyeballs/raw/master/hack-my-builds.sh' | bash; fi
7373

7474
before_script:

0 commit comments

Comments
 (0)