Commit a79606ed authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Fixed CI issue

parent e0dc7f3f
Pipeline #4557 passed with stages
in 48 seconds
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment