Commit 81ac857c authored by Tobias Munk's avatar Tobias Munk

updated build isolation

parent 6642dc0b
Pipeline #20931 failed with stages
in 2 seconds
......@@ -14,7 +14,7 @@ stages:
before_script:
- apk add --no-cache py-pip git
- pip install docker-compose
- export ISOLATION=buildref${CI_BUILD_REF}$(echo ${CI_BUILD_REF_NAME} | tr -dc '[:alnum:]\n\r' | tr '[:upper:]' '[:lower:]')
- export ISOLATION=buildpipeline${CI_BUILD_PIPELINE}
- export COMPOSE_PROJECT_NAME=${ISOLATION}
- export APP_VERSION=$(git describe --always --dirty)
- export PHP_IMAGE_NAME=dmstr/yii2-app
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment