ci: Run command in an interactive login shell so that all variables are set correct

This commit is contained in:
Marcel 2021-01-26 15:46:12 +00:00
parent 7604186e5a
commit 72af55be0d
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ upload-fdroid:
- cd build/android/
- export UPDATE_VERSION=$(pcregrep -o1 'version:\s([0-9]*\.[0-9]*\.[0-9]*)\+[0-9]*' ../../pubspec.yaml) && mv app-release.apk "${UPDATE_VERSION}.apk"
- rsync -rav -e ssh ./ fluffy@fdroid.nordgedanken.dev:/opt/fdroid/fluffychat/repo
- ssh fluffy@fdroid.nordgedanken.dev "cd /opt/fdroid/fluffychat && fdroid update --verbose"
- ssh fluffy@fdroid.nordgedanken.dev -t '/bin/bash -i -l -c "cd /opt/fdroid/fluffychat && fdroid update --verbose"'
needs: ["build_android_apk"]
resource_group: playstore_release
allow_failure: true