Commit c261ae4f authored by Dominique Feyer's avatar Dominique Feyer
Browse files

BUGFIX: Underscore a skipped from COMPOSE_PROJECT_NAME

parent 90bab764
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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