From 2f3ad74320689011f22eda8b5d60595633c3cfd8 Mon Sep 17 00:00:00 2001 From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de> Date: Mon, 14 Nov 2022 10:09:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3c34d98e..0a1da07b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ pages-test: - echo "Teste, ob Kontaktperson gesetzt ist..." - (! grep 'Max Mustermann' public/kontakt.html) only: - - Rosenstein + - master pages: stage: deploy @@ -22,4 +22,4 @@ pages: paths: - vcm only: - - Rosenstein + - master -- GitLab