From e48f8381fc3f09c7a3bb57f7067e5e7799b7a8a9 Mon Sep 17 00:00:00 2001 From: ziirish Date: Fri, 13 Apr 2018 14:44:24 +0200 Subject: [PATCH] update submodules config to allow clone of submodules over ssh --- .gitlab-ci.yml | 16 ++-------------- .gitmodules | 2 +- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64748e42..18419650 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/.gitmodules b/.gitmodules index c66715c2..d28ef613 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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