We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf85023 commit 4a76954Copy full SHA for 4a76954
.gitlab-ci.yml
@@ -13,7 +13,7 @@ stages:
13
14
before_script:
15
- export ISOLATION=buildpipeline${CI_PIPELINE_ID}
16
- - export COMPOSE_PROJECT_NAME=${ISOLATION}
+ - export COMPOSE_PROJECT_NAME=${ISOLATION}${CI_BUILD_NAME}
17
- export APP_VERSION=$(git describe --always --dirty)
18
- export PHP_IMAGE_NAME=dmstr/php-yii2
19
- export STACK_PHP_IMAGE=${PHP_IMAGE_NAME}:${APP_VERSION}
0 commit comments