mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #2374 from pchaigno/travis-submodules-ssh
Handle SSH links to submodules in Travis
This commit is contained in:
@@ -17,6 +17,9 @@ else
|
|||||||
bundle config build.charlock_holmes --with-icu-dir=$(pwd)/vendor/debs
|
bundle config build.charlock_holmes --with-icu-dir=$(pwd)/vendor/debs
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Replace SSH links to submodules by HTTPS links.
|
||||||
|
sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
|
||||||
|
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule sync --quiet
|
git submodule sync --quiet
|
||||||
script/fast-submodule-update
|
script/fast-submodule-update
|
||||||
|
|||||||
Reference in New Issue
Block a user