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

Update .gitlab-ci.yml

parent 7dfbac9d
No related branches found
No related tags found
No related merge requests found
Pipeline #15618 passed
......@@ -31,13 +31,13 @@ build-test:
FILE_CATALOG_REPO_URL: "https://gitlab-ci-token:${CI_JOB_TOKEN}@www.ict.inaf.it/gitlab/vospace/vospace-file-catalog.git"
script:
- git clone -b test ${FILE_CATALOG_REPO_URL}
- mvn -f parent-pom.xml -Drevision=TEST clean install
- mvn -f parent-pom.xml -Drevision=TEST flatten:flatten
- mvn -f flattened-parent-pom.xml clean install
artifacts:
paths:
- target/vospace-parent*.jar
- flattened-parent-pom.xml
- flattened-pom.xml
- ./*.xml
expire_in: 7 days
only:
- test
......
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