From 8a2d9295b4473b92cf3c67878353e9b8ad930841 Mon Sep 17 00:00:00 2001 From: Asher Dawes Date: Sat, 11 Aug 2018 18:03:48 -0700 Subject: [PATCH] fetching git submodules --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 005c66935..7fca9cf2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -241,7 +241,7 @@ 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 --single-branch -b master + - git clone https://github.com/VerusCoin/Media-Assets --recursive --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