diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2017-01-21 12:21:47 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2017-01-21 12:21:47 +0000 |
commit | 6fe2adda838d7072ff9e960cc80ba7023b53bc34 (patch) | |
tree | ec3f42ca3f08d4d0b8d789054a2cd0afa3f7061b /changelogs | |
parent | bb6f931bc39dc504661767b96436985dfb47d84e (diff) | |
parent | 36afc97486e53a8ba70773eaf06b16cce07bd08b (diff) | |
download | gitlab-ce-6fe2adda838d7072ff9e960cc80ba7023b53bc34.tar.gz |
Merge branch 'fix/pipeline-ref-path-serialization' into 'master'
Do not generate pipeline ref path if ref not present
Closes #26861
See merge request !8658
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/fix-pipeline-ref-path-serialization.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-pipeline-ref-path-serialization.yml b/changelogs/unreleased/fix-pipeline-ref-path-serialization.yml new file mode 100644 index 00000000000..f60ab01a6f1 --- /dev/null +++ b/changelogs/unreleased/fix-pipeline-ref-path-serialization.yml @@ -0,0 +1,4 @@ +--- +title: Do not generate pipeline branch/tag path if not present +merge_request: 8658 +author: |