From 5b87db913428c04b8d1139d41a93a747a93ad2bc Mon Sep 17 00:00:00 2001 From: Asher Dawes Date: Sat, 11 Aug 2018 18:20:56 -0700 Subject: [PATCH] fetching git submodules --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7fca9cf2e..e48ea6502 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -241,10 +241,10 @@ Package: - echo "$AUTH_KEY" > AUTH_KEY.json - gcloud auth activate-service-account --key-file AUTH_KEY.json - rm AUTH_KEY.json - - git clone https://github.com/VerusCoin/Media-Assets --recursive --single-branch -b master + - git clone https://github.com/VerusCoin/Media-Assets --single-branch -b master - mkdir -p assets/imgs/ - cp Media-Assets/Logos/PNG/* assets/imgs/ - - git clone --single-branch -b installer-prototype https://github.com/VerusCoin/Agama.git + - git clone --recursive --single-branch -b installer-prototype https://github.com/VerusCoin/Agama.git - cd Agama - gsutil cp $STAGING/EasyDEX-GUI/$CI_COMMIT_REF_NAME/$EASYDEX_GUI_ARTIFACT . || gsutil cp $STAGING/EasyDEX-GUI/master/$EASYDEX_GUI_ARTIFACT . - tar -xzf $EASYDEX_GUI_ARTIFACT --directory gui/EasyDEX-GUI/react