Commit 31b37d6e authored by Karakas's avatar Karakas
Browse files

Update .gitlab-ci.yml file

parent cd022528
Pipeline #8916 passed with stage
in 5 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:
......
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