fetching git submodules

This commit is contained in:
Asher Dawes
2018-08-11 18:20:56 -07:00
parent 8a2d9295b4
commit 5b87db9134

View File

@@ -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