From b9709b02c9c29a297eba2aa36a1041662605bfa2 Mon Sep 17 00:00:00 2001 From: Asher Dawes Date: Sat, 11 Aug 2018 17:18:16 -0700 Subject: [PATCH] gitlab yml fix --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8ac61ae3..40a65821e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -237,11 +237,12 @@ Package: dependencies: - build:windows before_script: + - unzip $VERUS_CLI_WINDOWS_PORTABLE - 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 - - mkdir assets/imgs/ + - mkdir -p assets/imgs/ - cp Media-Assets/Logos/PNG/* assets/imgs/ - git clone --single-branch -b installer-prototype https://github.com/VerusCoin/Agama.git - cd agama