[travis] Replace submodule ssh urls with http urls
This commit is contained in:
parent
9533122ef9
commit
54cb39861b
@ -1,6 +1,11 @@
|
|||||||
language: generic
|
language: generic
|
||||||
|
|
||||||
script: bash ./gen-gh-pages/deploy.sh
|
script: bash ./gen-gh-pages/deploy.sh
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- ENCRYPTION_LABEL: "73e6c870aa87"
|
- ENCRYPTION_LABEL: "73e6c870aa87"
|
||||||
|
Loading…
Reference in New Issue
Block a user