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 image: alpine:latest
stages: stages:
- test
- deploy - 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: pages:
stage: deploy stage: deploy
script: script:
...@@ -24,4 +11,4 @@ pages: ...@@ -24,4 +11,4 @@ pages:
paths: paths:
- public - public
only: 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