gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-environment-write-ref.yml
Stan Hu 3bff85a4f6 Fix the writing of invalid environment refs
Environment names that contained a space would cause an error
in GitLab 10.1 because a new guard clause was introduced in
Repository#write_ref to prevent such references from
existing. Use the slug instead to ensure that the name
is valid.

Closes #39182
2017-10-23 04:15:26 +03:00

5 lines
90 B
YAML

---
title: Fix the writing of invalid environment refs
merge_request:
author:
type: fixed