Skip to content
Snippets Groups Projects
Commit a79606ed authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Fixed CI issue

parent e0dc7f3f
No related branches found
No related tags found
No related merge requests found
Pipeline #4557 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment