mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Use a single git fetch invocation in CI
This commit is contained in:
@@ -2,10 +2,8 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
git fetch origin master:master
|
# Fetch all commits/refs needed to run our tests.
|
||||||
git fetch origin v2.0.0:v2.0.0
|
git fetch origin master:master v2.0.0:v2.0.0 test/attributes:test/attributes test/master:test/master
|
||||||
git fetch origin test/attributes:test/attributes
|
|
||||||
git fetch origin test/master:test/master
|
|
||||||
|
|
||||||
script/vendor-deb libicu48 libicu-dev
|
script/vendor-deb libicu48 libicu-dev
|
||||||
if ruby -e 'exit RUBY_VERSION >= "2.0" && RUBY_VERSION < "2.1"'; then
|
if ruby -e 'exit RUBY_VERSION >= "2.0" && RUBY_VERSION < "2.1"'; then
|
||||||
|
|||||||
Reference in New Issue
Block a user