From 88571c620245003a7e27aab52f24febae1332289 Mon Sep 17 00:00:00 2001 From: Jesusalva Jesusalva Date: Fri, 9 Feb 2024 23:47:46 +0000 Subject: Make Mana AppImage optional ─ so forks do not crash because tzdata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26c46ea..69ba56c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -113,6 +113,7 @@ mana64-AppImage: - "Mana-x86_64.AppImage" - "x86_64-mana-sha256checksum.txt" expire_in: 1 week + allow_failure: true # deploy deploy-appImages: @@ -127,6 +128,9 @@ deploy-appImages: - echo "${SSH_PRIVATE_KEY}" | base64 -d | tr -d '\r' > ~/.ssh/id_rsa - chmod -R 700 ~/.ssh script: + # Failure prevention, uncomment this on forks! + #- touch Mana-x86_64.AppImage + #- touch x86_64-mana-sha256checksum.txt # appimgs - md5sum ManaPlus-x86_64.AppImage | awk '{print $1}' > ManaPlus-x86_64.AppImage.md5 - scp -P65001 -o StrictHostKeyChecking=no ManaPlus-x86_64.AppImage $MYHOST:$FILE_LOCATION -- cgit v1.2.3-60-g2f50