Loading .gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -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 Loading