From d17528266db6513a98b07e9864db4b09afc8c7a0 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Sat, 19 Oct 2024 11:17:42 -0500 Subject: [PATCH] Gitlab CI Testing --- .gitlab-ci.yml | 5 +++-- receivers/electron/.gitlab-ci.yml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fb321d..0bef116 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,14 @@ stages: + - buildDockerContainers - buildAndDeployAndroid - deployWebsite - buildAndDeployElectron variables: - ANDROID_VERSION_NAME: + ANDROID_VERSION_NAME: value: "" description: "Enter the version name here (e.g. 1.0.1)." - ANDROID_VERSION_CODE: + ANDROID_VERSION_CODE: value: "" description: "Enter the version code here (e.g. 1)." diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index 69a0e5c..53e8f1f 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -1,5 +1,6 @@ buildDockerContainer: + stage: buildDockerContainers tags: - fcast before_script: