diff options
author | Nick Thomas <nick@gitlab.com> | 2019-04-03 01:48:17 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-04-03 01:53:38 +0100 |
commit | d17cce6aedf67139275362481c5b7fdeebf1b6a3 (patch) | |
tree | 765e6bc0f9a8a66690ae1c2c25c04f0accfa2123 /changelogs | |
parent | 645303c7e71d554c3ee1a338730d8b779c47acc1 (diff) | |
download | gitlab-ce-d17cce6aedf67139275362481c5b7fdeebf1b6a3.tar.gz |
Only execute system hooks once when pushing tags
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/52560-fix-duplicate-tag-system-hooks.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/52560-fix-duplicate-tag-system-hooks.yml b/changelogs/unreleased/52560-fix-duplicate-tag-system-hooks.yml new file mode 100644 index 00000000000..b8d58d6bd30 --- /dev/null +++ b/changelogs/unreleased/52560-fix-duplicate-tag-system-hooks.yml @@ -0,0 +1,5 @@ +--- +title: Only execute system hooks once when pushing tags +merge_request: 26888 +author: +type: fixed |