Commit 21a581e0 authored by Esguerra Montana's avatar Esguerra Montana
Browse files

Update .gitlab-ci.yml file

parent cd022528
Pipeline #9339 passed with stage
in 6 seconds
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:
......@@ -24,4 +11,4 @@ pages:
paths:
- public
only:
- master
- master
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment