Commit b9d8535f authored by Matthias Betz's avatar Matthias Betz
Browse files

Update .gitlab-ci.yml

parent e87d6b17
Pipeline #1588 passed with stage
......@@ -2,21 +2,8 @@ variables:
EXPORT_DIR: "/var/www/html/pages"
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-master:
stage: deploy
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