summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
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