mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-21 23:30:35 +08:00
travis-ci force git to use git://
This commit is contained in:
+2
-1
@@ -58,7 +58,8 @@ before_install:
|
||||
- if [[ "${TRAVIS_BRANCH}" = "coverity" ]]; then
|
||||
if [[ "${BUILD_TARGET}" = "coverity_scan" ]]; then sudo apt-get install genromfs && pip install empy jinja2; else exit 0; fi;
|
||||
fi
|
||||
|
||||
# use git:// to fetch instead of https://
|
||||
- git config --global url."git://".insteadOf https://
|
||||
env:
|
||||
global:
|
||||
# COVERITY KEY
|
||||
|
||||
Reference in New Issue
Block a user