Merge branch 'master' of gitlab.futo.org:videostreaming/grayjay

This commit is contained in:
Kelvin 2023-10-18 20:11:50 +02:00
commit b7cbeb3837

View File

@ -4,6 +4,7 @@ variables:
stages: stages:
- buildAndDeployApkUnstable - buildAndDeployApkUnstable
- buildAndDeployApkStable - buildAndDeployApkStable
- buildAndDeployPlaystore
buildAndDeployApkUnstable: buildAndDeployApkUnstable:
stage: buildAndDeployApkUnstable stage: buildAndDeployApkUnstable
@ -25,8 +26,8 @@ buildAndDeployApkStable:
- branches - branches
when: manual when: manual
buildAndDeployApkStable: buildAndDeployPlaystore:
stage: buildAndDeployApkStable stage: buildAndDeployPlaystore
script: script:
- sh deploy-playstore.sh - sh deploy-playstore.sh
only: only: