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
b1aae6bf
Commit
b1aae6bf
authored
Dec 01, 2020
by
Anna Foix
🦇
Browse files
Do not put certificate in a subfolder
parent
b032496d
Pipeline
#113516
failed with stages
in 8 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
No files found.
.gitlab-ci.yml
View file @
b1aae6bf
...
...
@@ -41,9 +41,9 @@ integrationTest:
before_script
:
-
mvn install -DskipTests=true -P production -Dmaven.javadoc.skip=true -B -V -DskipDockerPush
# - sudo service postgresql stop
-
mkdir -p /usr/local/share/ca-certificates/
ca/
-
cp extras/certificate/rootCA.pem /usr/local/share/ca-certificates/
ca/
CA.crt
-
chmod 644 /usr/local/share/ca-certificates/
ca/
CA.crt
-
mkdir -p /usr/local/share/ca-certificates/
-
cp extras/certificate/rootCA.pem /usr/local/share/ca-certificates/CA.crt
-
chmod 644 /usr/local/share/ca-certificates/CA.crt
-
update-ca-certificates
-
docker build -t ega-data-api/ega-dataedge --file Dockerfile.dataedge .
-
docker build -t ega-data-api/ega-res --file Dockerfile.res .
...
...
@@ -55,7 +55,7 @@ integrationTest:
-
sleep
90
-
cd ../ega-data-api-it
script
:
-
mvn test "-Dkey.url=http://ega-integration-test" "-Dfile.url=http://ega-integration-test" "-Dres.url=http://ega-integration-test" "-Ddataedge.url=http://ega-integration-test"
-
mvn test "-Dkey.url=http
s
://ega-integration-test" "-Dfile.url=http
s
://ega-integration-test" "-Dres.url=http
s
://ega-integration-test" "-Ddataedge.url=http
s
://ega-integration-test"
imageBuild
:
stage
:
imageBuild
...
...
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