Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LAU
AR
Commits
21d8689e
Commit
21d8689e
authored
Jun 19, 2023
by
LAU
Browse files
Update .gitlab-ci.yml file
parent
1d7ac1cb
Pipeline
#7834
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
21d8689e
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
:
-
echo "deploy to https://transfer.hft-stuttgart.de/
pages/$CI_PROJECT_PATH/
"
-
echo "deploy to https://transfer.hft-stuttgart.de/
gitlab/vicki.lauky/ar
"
artifacts
:
paths
:
-
public
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment