mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Merge pull request #101 from PeterDaveHelloKitchen/travis-git-clone
Set clone depth=1 in Travis CI to speed it up
This commit is contained in:
commit
2f8441230c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ env:
|
|||
- VERSION=2.1 VARIANT=alpine
|
||||
|
||||
install:
|
||||
- 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
|
||||
|
||||
before_script:
|
||||
- env | sort
|
||||
|
|
Loading…
Reference in a new issue