diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0213dab..08e87466 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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