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
SADE
SADE
Commits
c887f643
Commit
c887f643
authored
Jan 19, 2019
by
Mathias Goebel
Browse files
Merge branch 'feature/build-test-env-artifact' into 'develop'
add the complete test env as artifact See merge request
!43
parents
59d85db4
86a4a794
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c887f643
...
...
@@ -11,11 +11,11 @@ build-develop:
-
tags
stage
:
build
script
:
-
ant
-
ant
test
artifacts
:
paths
:
-
build/*.xar
-
test/
build-master
:
only
:
-
master
...
...
@@ -32,7 +32,6 @@ installation:
-
tags
stage
:
test
script
:
-
ant test
-
bash test/eXist-db-*/bin/startup.sh | tee output.log &
# wait for eXist
-
while [ $(curl --head --silent http://localhost:8080 | grep -c "200 OK") == 0 ]; do sleep 2s; done
...
...
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