summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-04-12 12:50:35 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-04-12 12:50:35 -0300
commit0723df5286498593c43f0a5bdb78e8ab0f9b2db8 (patch)
tree771142c847016dcb45a4b1c7dbfb9d7df23ebda7
parentb9b2897bb507ac3a140e2c19f3d79094c3f5156b (diff)
downloadgitlab-ce-0723df5286498593c43f0a5bdb78e8ab0f9b2db8.tar.gz
Add CHANGELOG entry
-rw-r--r--changelogs/unreleased/11124-update-deployment-service-fails-if-project-is-nil.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/11124-update-deployment-service-fails-if-project-is-nil.yml b/changelogs/unreleased/11124-update-deployment-service-fails-if-project-is-nil.yml
new file mode 100644
index 00000000000..355743f4cb0
--- /dev/null
+++ b/changelogs/unreleased/11124-update-deployment-service-fails-if-project-is-nil.yml
@@ -0,0 +1,5 @@
+---
+title: Always return the deployment in the UpdateDeploymentService#execute method
+merge_request: 27322
+author:
+type: fixed