Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
8f088fa8
Commit
8f088fa8
authored
Aug 26, 2018
by
Mathias Goebel
Browse files
typo
parent
0e96d46e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8f088fa8
...
...
@@ -22,7 +22,7 @@ installation:
-
wget --quiet --output-document=${EXIST_DB}.tar.gz https://bintray.com/existdb/releases/download_file?file_path=${EXIST_DB}.tar.gz
-
tar -xzf ${EXIST_DB}.tar.gz
-
cp build/*.xar ${EXIST_DB}/autodeploy
-
bash ${EXIST
-
DB}/bin/startup.sh | tee output.log &
-
bash ${EXIST
_
DB}/bin/startup.sh | tee output.log &
# wait for eXist
-
while [ $(curl -I -s http://localhost:8080 | grep -c "200 OK") == 0 ]; do sleep 2s; done
# shutdown eXist
...
...
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