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:
parent
dc3b000170
commit
f3ae3133f5
3 changed files with 14 additions and 16 deletions
|
@ -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:
|
include:
|
||||||
- local: 'receivers/android/.gitlab-ci.yml'
|
- local: 'receivers/android/.gitlab-ci.yml'
|
||||||
- local: 'website/.gitlab-ci.yml'
|
- local: 'website/.gitlab-ci.yml'
|
|
@ -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:
|
buildAndDeployApk:
|
||||||
stage: buildAndDeployApk
|
stage: buildAndDeployApk
|
||||||
before_script:
|
before_script:
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
stages:
|
|
||||||
- deployWebsite
|
|
||||||
|
|
||||||
deployWebsite:
|
deployWebsite:
|
||||||
stage: deployWebsite
|
stage: deployWebsite
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue