gitlab yml fix
This commit is contained in:
@@ -237,11 +237,12 @@ Package:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- build:windows
|
- build:windows
|
||||||
before_script:
|
before_script:
|
||||||
|
- unzip $VERUS_CLI_WINDOWS_PORTABLE
|
||||||
- echo "$AUTH_KEY" > AUTH_KEY.json
|
- echo "$AUTH_KEY" > AUTH_KEY.json
|
||||||
- gcloud auth activate-service-account --key-file AUTH_KEY.json
|
- gcloud auth activate-service-account --key-file AUTH_KEY.json
|
||||||
- rm 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 --single-branch -b master
|
||||||
- mkdir assets/imgs/
|
- mkdir -p assets/imgs/
|
||||||
- cp Media-Assets/Logos/PNG/* assets/imgs/
|
- cp Media-Assets/Logos/PNG/* assets/imgs/
|
||||||
- git clone --single-branch -b installer-prototype https://github.com/VerusCoin/Agama.git
|
- git clone --single-branch -b installer-prototype https://github.com/VerusCoin/Agama.git
|
||||||
- cd agama
|
- cd agama
|
||||||
|
|||||||
Reference in New Issue
Block a user