mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -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:
|
variables:
|
||||||
- git submodule update --init
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
@ -28,18 +28,6 @@ test:py2.7:
|
||||||
except:
|
except:
|
||||||
- tags
|
- 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:
|
test:py3.6:
|
||||||
stage: test
|
stage: test
|
||||||
image: python:3.6
|
image: python:3.6
|
||||||
|
|
|
||||||
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
[submodule "burpui/static/vendor"]
|
[submodule "burpui/static/vendor"]
|
||||||
path = 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