From f8ffa8f53f513d77b88084dd2133dbceaa2b185e Mon Sep 17 00:00:00 2001 From: Esguerra Montana <32esla1mpg@hft-stuttgart.de> Date: Sun, 16 Jun 2024 17:34:50 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .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