aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-08-10 12:22:06 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-08-10 12:25:35 +0200
commitafeb0381f568b4c9f51296cd5de325c8c8aac3f2 (patch)
treec58e3c3a122aebfdcd4547ff7e5efa87ee631913
parent9327a4cae74a77e6688ce77194782a447d57f079 (diff)
downloadRWA.Support.DesktopApp-master.tar.gz
RWA.Support.DesktopApp-master.tar.bz2
RWA.Support.DesktopApp-master.zip
.gitlab-ci.yml: Build:Code -> RWA:CodeHEADmaster
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 602b2e3..c6e898e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
- Build
- Run
-Build:Code:
+RWA:Build:
stage: Build
script:
- apt update && apt -y install make autoconf
@@ -18,7 +18,7 @@ Build:Code:
# Disabled because running the application would give an error
# since there are no X.Org server, Wayland or other display servers available
-# Run:Code:
+# RWA:Run:
# stage: Run
# script:
# - echo "All files in git repo + artifact 'rwa-support-desktopapp':"
@@ -26,10 +26,10 @@ Build:Code:
# - echo "Executing rwa-support-desktopapp"
# - ./rwa-support-desktopapp
# dependencies:
-# - Build:Code
+# - RWA:Build
# To be implemented.
-# Test:Code:
+# RWA:Test:
# stage: Test
# script:
# - echo "All files in git repo + artifact 'rwa-support-desktopapp':"