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 dc14dca commit 4cbc515Copy full SHA for 4cbc515
.gitlab-ci.yml
@@ -12,7 +12,7 @@ stages:
12
13
14
before_script:
15
- - export ISOLATION=buildpipeline${CI_BUILD_PIPELINE_ID}
+ - export ISOLATION=buildpipeline${CI_PIPELINE_ID}
16
- export COMPOSE_PROJECT_NAME=${ISOLATION}
17
- export APP_VERSION=$(git describe --always --dirty)
18
- export PHP_IMAGE_NAME=dmstr/php-yii2
0 commit comments