From c12ae18563b668d648001c139b4067b3807dfbef Mon Sep 17 00:00:00 2001 From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de> Date: Wed, 10 May 2023 09:04:48 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f142562..47c6449 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,21 +1,8 @@ image: alpine:latest stages: - - test - deploy -pages-test: - stage: test - script: - - echo "Teste, ob Projektname gesetzt ist..." - - (! grep 'projektname= ""' public/settings.js) - - echo "Teste, ob Projektseitenlink gesetzt ist..." - - (! grep 'projektseitenlink= ""' public/settings.js) - - echo "Teste, ob Kontaktperson gesetzt ist..." - - (! grep 'Max Mustermann' public/kontakt.html) - only: - - master - pages: stage: deploy script: -- GitLab