update submodules config to allow clone of submodules over ssh

This commit is contained in:
ziirish 2018-04-13 14:44:24 +02:00
parent fd797bcbf2
commit e48f8381fc
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46
2 changed files with 3 additions and 15 deletions

View file

@ -1,5 +1,5 @@
before_script:
- git submodule update --init
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- test
@ -28,18 +28,6 @@ test:py2.7:
except:
- tags
#test:py3.4:
# stage: test
# image: python:3.4
# script:
# - pip install tox
# - tox -e py34
# tags:
# - docker
# except:
# - tags
# - demo
test:py3.6:
stage: test
image: python:3.6

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "burpui/static/vendor"]
path = burpui/static/vendor
url = https://git.ziirish.me/ziirish/burp-ui-externals.git
url = ../../ziirish/burp-ui-externals.git