Skip to content
Snippets Groups Projects
Commit 158f9f87 authored by Nicola Fulvio Calabria's avatar Nicola Fulvio Calabria
Browse files

Update .gitlab-ci.yml

parent 546bbb80
No related branches found
No related tags found
No related merge requests found
Pipeline #15610 failed
...@@ -31,8 +31,8 @@ build-test: ...@@ -31,8 +31,8 @@ build-test:
FILE_CATALOG_REPO_URL: "https://gitlab-ci-token:${CI_JOB_TOKEN}@www.ict.inaf.it/gitlab/vospace/vospace-file-catalog.git" FILE_CATALOG_REPO_URL: "https://gitlab-ci-token:${CI_JOB_TOKEN}@www.ict.inaf.it/gitlab/vospace/vospace-file-catalog.git"
script: script:
- git clone -b test ${FILE_CATALOG_REPO_URL} - git clone -b test ${FILE_CATALOG_REPO_URL}
- mvn -f parent-pom.xml -Drevision=test clean install - mvn -f parent-pom.xml -Drevision=TEST clean install
- mvn clean package -Drevision=test -Dinit_database_scripts_path=../../vospace-file-catalog - mvn clean package -Drevision=TEST -Dinit_database_scripts_path=../../vospace-file-catalog
artifacts: artifacts:
paths: paths:
- target/vospace-parent*.jar - target/vospace-parent*.jar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment