mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 06:05:58 -06:00
update submodules config to allow clone of submodules over ssh
This commit is contained in:
parent
fd797bcbf2
commit
e48f8381fc
2 changed files with 3 additions and 15 deletions
|
|
@ -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
2
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue