Mentions légales du service

Skip to content
Snippets Groups Projects

Feature/hlval 455 ins requirements

Merged Philippe DAIGREMONT requested to merge feature/HLVAL-455-INS-requirements into develop
Files
2
+ 8
3
@@ -32,16 +32,21 @@ code:
- git clone --branch develop https://${SCRIPTS_GIT_USER}:${SCRIPTS_GIT_TOKEN}@gitlab.inria.fr/gazelle/test-content/gazelle-hl7v2-validator-resources.git
variables:
P_MAVEN_EXTRA_ARGS: "-Pproduction"
P_CODE_DEVELOPER_EDITION: "true"
quality:
stage: tests
extends:
- .testQualityForJavaWithSonarqube
before_script:
- rm -f scripts
- git clone --branch ${SCRIPTS_GIT_BRANCH} https://${SCRIPTS_GIT_USER}:${SCRIPTS_GIT_TOKEN}@${SCRIPTS_GIT_PROJECT}
- git clone --branch develop https://${SCRIPTS_GIT_USER}:${SCRIPTS_GIT_TOKEN}@gitlab.inria.fr/gazelle/test-content/gazelle-hl7v2-validator-resources.git
release/code:
stage: release
extends:
- .releaseCodeForJava
variables:
P_MAVEN_EXTRA_ARGS: "-Pproduction"
before_script:
- rm -f scripts
- git clone --branch ${SCRIPTS_GIT_BRANCH} https://${SCRIPTS_GIT_USER}:${SCRIPTS_GIT_TOKEN}@${SCRIPTS_GIT_PROJECT}
- git clone --branch develop https://${SCRIPTS_GIT_USER}:${SCRIPTS_GIT_TOKEN}@gitlab.inria.fr/gazelle/test-content/gazelle-hl7v2-validator-resources.git
Loading