mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Fixes for fdroid and playstore automation.
This commit is contained in:
+5
-1
@@ -34,7 +34,7 @@ buildAndDeployPlaystore:
|
||||
stage: deploy
|
||||
script:
|
||||
- sh build-playstore.sh
|
||||
- bash tools/venv_playstore.sh
|
||||
- bash venv-playstore.sh
|
||||
- . .venv-playstore/bin/activate
|
||||
- python publish_playstore.py --sa /root/grayjay.json --package com.futo.platformplayer.playstore --aab ./app/build/outputs/bundle/playstoreRelease/app-playstore-release.aab --track production --status completed
|
||||
only:
|
||||
@@ -56,5 +56,9 @@ updateFdroidRepo:
|
||||
needs:
|
||||
- job: buildAndDeployApkStable
|
||||
artifacts: true
|
||||
before_script:
|
||||
- mkdir -p ~/.ssh && chmod 700 ~/.ssh
|
||||
- touch ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts
|
||||
- ssh-keygen -F gitlab.futo.org >/dev/null 2>&1 || ssh-keyscan -t rsa,ecdsa,ed25519 gitlab.futo.org >> ~/.ssh/known_hosts
|
||||
script:
|
||||
- python3 update_fdroid_index.py
|
||||
|
||||
Reference in New Issue
Block a user