Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
EGA
ega-data-api
Commits
56425721
Commit
56425721
authored
Dec 01, 2020
by
Anna Foix
🦇
Browse files
Set TRAVIS_BUILD_DIR differently
parent
b61b4c0f
Pipeline
#113509
failed with stages
in 8 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yml
.gitlab-ci.yml
+2
-1
No files found.
.gitlab-ci.yml
View file @
56425721
...
...
@@ -26,6 +26,7 @@ cache:
variables
:
MAVEN_OPTS
:
"
-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository"
TRAVIS_BUILD_DIR
:
$CI_PROJECT_DIR
## Diffent stages for the CICD of Data API
unitTest
:
...
...
@@ -49,7 +50,7 @@ integrationTest:
-
docker build -t ega-data-api/ega-filedatabase --file Dockerfile.filedatabase .
-
docker build -t ega-data-api/ega-postgres --file extras/postgresdb/Dockerfile .
-
cd extras && source ./variables.sh
-
TRAVIS_BUILD_DIR=/builds
docker-compose up -d
-
docker-compose up -d
-
sleep
90
-
cd ../ega-data-api-it
script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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