From 9804736d619ebb45dffe5e8b37b6965ea0a7e9ea Mon Sep 17 00:00:00 2001 From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de> Date: Thu, 1 Jun 2023 13:23:36 +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