Skip to content

Commit 4a76954

Browse files
committed
updated isolation
1 parent bf85023 commit 4a76954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stages:
1313

1414
before_script:
1515
- export ISOLATION=buildpipeline${CI_PIPELINE_ID}
16-
- export COMPOSE_PROJECT_NAME=${ISOLATION}
16+
- export COMPOSE_PROJECT_NAME=${ISOLATION}${CI_BUILD_NAME}
1717
- export APP_VERSION=$(git describe --always --dirty)
1818
- export PHP_IMAGE_NAME=dmstr/php-yii2
1919
- export STACK_PHP_IMAGE=${PHP_IMAGE_NAME}:${APP_VERSION}

0 commit comments

Comments
 (0)