gitlab-org--gitlab-foss/changelogs/unreleased/fix-ci-commit-ref-name-and-slug.yml
Shinya Maeda ed3a2fc8d7 Fix CI_COMMIT_REF_NAME and SLUG variable
With Pipelines for Merge Requests feature, users cannout keep using
$CI_COMMIT_REF_NAME and _SLUG predefined variables for dynamic
environments. We fix this problem by explicitly looking at the source
ref.
2019-04-29 18:52:51 +07:00

5 lines
109 B
YAML

---
title: Make `CI_COMMIT_REF_NAME` and `SLUG` variable idempotent
merge_request: 27663
author:
type: fixed