Loading .gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -24,7 +24,7 @@ process_xsd: - python3 testing/xsd_process.py - python3 testing/xsd_process.py generate_artefacts: generate_artefacts: before_script: variables: - ARTEFACT_NAME=$(echo $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME | tr / _ ) - ARTEFACT_NAME=$(echo $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME | tr / _ ) image: "forge.etsi.org:5050/li/trial/changemarks" image: "forge.etsi.org:5050/li/trial/changemarks" stage: build stage: build Loading Loading
.gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -24,7 +24,7 @@ process_xsd: - python3 testing/xsd_process.py - python3 testing/xsd_process.py generate_artefacts: generate_artefacts: before_script: variables: - ARTEFACT_NAME=$(echo $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME | tr / _ ) - ARTEFACT_NAME=$(echo $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME | tr / _ ) image: "forge.etsi.org:5050/li/trial/changemarks" image: "forge.etsi.org:5050/li/trial/changemarks" stage: build stage: build Loading