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-Project
Commits
56973851
Commit
56973851
authored
Apr 15, 2020
by
Mathias Goebel
Browse files
new path in CI script for exist 5.2.0
parent
943222ce
Pipeline
#131355
passed with stages
in 13 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
56973851
...
...
@@ -44,11 +44,11 @@ installation:
script
:
-
if [ $CI_COMMIT_REF_NAME = "master" ]; then ant master && cp master.build.properties local.build.properties; fi
-
ant test
-
bash test/
eXist-db-*/
bin/startup.sh | tee output.log &
-
bash test/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
-
bash test/
eXist-db-*/
bin/shutdown.sh -u admin -p "$pw"
-
bash test/bin/shutdown.sh -u admin -p "$pw"
-
ls -al /tmp; mv /tmp/tests-* . ||
true
-
if [ $(grep -c " 0 URIs" output.log) -gt 0 ]; then exit 1; fi;
artifacts
:
...
...
@@ -56,7 +56,7 @@ installation:
paths
:
-
output.log
-
tests-*.xml
-
test/
eXist-db-*/webapp/WEB-INF/
logs/expath-repo.log
-
test/logs/expath-repo.log
upload
:
only
:
...
...
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