Don't exit 1 in upload releases script #850

Merged
sarah merged 2 commits from android_foreground_fix into trunk 2024-02-26 18:07:43 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 03ffed9b25 - Show all commits

View File

@ -118,7 +118,7 @@ steps:
image: openpriv/drone-gogs
pull: if-not-exists
environment:
BUILDFILES_KEY:
BUILDFILES_KEY:ls
from_secret: buildfiles_key
secrets: [gogs_account_token]
when:
@ -138,6 +138,7 @@ steps:
- cd ..
- scp -r -o StrictHostKeyChecking=no -i ~/id_rsa $DIR buildfiles@build.openprivacy.ca:/home/buildfiles/buildfiles/
- cd /drone/src/
- ls -l
- ./gen-nightly-index.sh $DIR
- scp -r -o StrictHostKeyChecking=no -i ~/id_rsa cwtch-nightly.html buildfiles@build.openprivacy.ca:/home/buildfiles/buildfiles/
# Upload Files to releases...if a release has been cut...