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
VOSpace INAF
vospace-parent
Commits
a79606ed
Commit
a79606ed
authored
Oct 20, 2021
by
Sonia Zorba
Browse files
Fixed CI issue
parent
e0dc7f3f
Pipeline
#4557
passed with stages
in 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a79606ed
...
...
@@ -6,10 +6,13 @@ build:
stage
:
build
tags
:
-
docker
image
:
maven:3.6.3-openjdk-14
image
:
git.ia2.inaf.it:5050/vospace/vospace-rest/vospace-test-env
variables
:
FILE_CATALOG_REPO_URL
:
"
https://gitlab-ci-token:${CI_JOB_TOKEN}@www.ict.inaf.it/gitlab/vospace/vospace-file-catalog.git"
script
:
-
git clone ${FILE_CATALOG_REPO_URL}
-
mvn -f parent-pom.xml clean install
-
mvn clean package
-
mvn clean package
-Dinit_database_scripts_path=../../vospace-file-catalog
artifacts
:
paths
:
-
target/vospace-parent*.jar
...
...
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