1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

CI/CD fixes.

This commit is contained in:
Koen 2023-06-26 15:40:17 +02:00
parent dc3b000170
commit f3ae3133f5
3 changed files with 14 additions and 16 deletions

View file

@ -1,3 +1,16 @@
stages:
- buildAndDeployApk
- buildAndDeployPlayStoreAab
- deployWebsite
variables:
ANDROID_VERSION_NAME:
value: ""
description: "Enter the version name here (e.g. 1.0.1)."
ANDROID_VERSION_CODE:
value: ""
description: "Enter the version code here (e.g. 1)."
include:
- local: 'receivers/android/.gitlab-ci.yml'
- local: 'website/.gitlab-ci.yml'
- local: 'website/.gitlab-ci.yml'

View file

@ -1,15 +1,3 @@
stages:
- buildAndDeployApk
- buildAndDeployPlayStoreAab
variables:
ANDROID_VERSION_NAME:
value: ""
description: "Enter the version name here (e.g. 1.0.1)."
ANDROID_VERSION_CODE:
value: ""
description: "Enter the version code here (e.g. 1)."
buildAndDeployApk:
stage: buildAndDeployApk
before_script:

View file

@ -1,6 +1,3 @@
stages:
- deployWebsite
deployWebsite:
stage: deployWebsite
script: