Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ before_script: - export BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` - export VCS_REF=`git rev-parse --short HEAD` - export ISOLATION=pipeline_${CI_PIPELINE_ID} - export ISOLATION=pipeline${CI_PIPELINE_ID} - export COMPOSE_PROJECT_NAME=${ISOLATION} - pwd Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ before_script: - export BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` - export VCS_REF=`git rev-parse --short HEAD` - export ISOLATION=pipeline_${CI_PIPELINE_ID} - export ISOLATION=pipeline${CI_PIPELINE_ID} - export COMPOSE_PROJECT_NAME=${ISOLATION} - pwd Loading