Skip to content

Commit

Permalink
Use CI_PIPELINE_IID
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Jul 6, 2018
1 parent 4ff520b commit 8232f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variables:
VERSION: "${CI_COMMIT_TAG}"
RELEASE_NAME: "${CI_COMMIT_TAG}"
RELEASE_TITLE: "${CI_COMMIT_TAG}: gitlab-ci-linux-build-${CI_PIPELINE_IID}"
RELEASE: "$CI_JOB_ID"
RELEASE: "$CI_PIPELINE_IID"
PIPELINE_URL: $CI_PROJECT_URL/pipelines/$CI_PIPELINE_ID

CACHE_ROOT: /data/shared/rock64-linux-cache
Expand Down

0 comments on commit 8232f35

Please sign in to comment.