diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46a1754f..c9bd90dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ buildAndDeployApkUnstable: - stage: buildAndDeployApkUnstable + stage: build script: - sh deploy-unstable.sh only: @@ -14,7 +14,7 @@ buildAndDeployApkUnstable: - app/build/outputs/apk/unstable/release/*.apk buildAndDeployApkStable: - stage: buildAndDeployApkStable + stage: build script: - sh deploy-stable.sh only: @@ -26,9 +26,9 @@ buildAndDeployApkStable: expire_in: 30 days paths: - app/build/outputs/apk/stable/release/*.apk - + buildAndDeployPlaystore: - stage: buildAndDeployPlaystore + stage: deploy script: - sh build-playstore.sh - bash tools/venv_playstore.sh @@ -38,7 +38,7 @@ buildAndDeployPlaystore: - tags when: on_success needs: - - buildAndDeployApkStable + - buildAndDeployApkStable artifacts: when: always expire_in: 30 days @@ -46,7 +46,7 @@ buildAndDeployPlaystore: - app/build/outputs/bundle/playstoreRelease/*.aab updateFdroidRepo: - stage: updateFdroidRepo + stage: deploy only: - tags when: on_success @@ -54,4 +54,4 @@ updateFdroidRepo: - job: buildAndDeployApkStable artifacts: true script: - - python3 update_fdroid_index.py \ No newline at end of file + - python3 update_fdroid_index.py