force git to use https
This commit is contained in:
parent
53c8c1e208
commit
e24acc617c
|
@ -26,6 +26,10 @@ install:
|
||||||
# See: https://github.com/golang/go/issues/12933
|
# See: https://github.com/golang/go/issues/12933
|
||||||
- bash scripts/gogetcookie.sh
|
- bash scripts/gogetcookie.sh
|
||||||
- go get github.com/kardianos/govendor
|
- go get github.com/kardianos/govendor
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- git config --global url.https://github.com/.insteadOf ssh://git@github.com/
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make vendor-status
|
- make vendor-status
|
||||||
- make test
|
- make test
|
||||||
|
|
Loading…
Reference in New Issue