Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-10-12 18:26:04 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-10-12 18:26:04 +0300
commit85c30d742cec72466389a77a2df8d42e3c0075d7 (patch)
tree7767326e049637ae399ca2b2d2a198d4e70cde60 /changelogs
parentfbec87b4b578f048408d4b969ad8db3f3a51f22e (diff)
Updates the check for started in job header
The function that was checking if the job was started or not was expecting a boolean, however it was receiving a null. During the refactor the condition was changed, causing the function to break with null This commit fixes the check
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/52614-update-job-started-check.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/52614-update-job-started-check.yml b/changelogs/unreleased/52614-update-job-started-check.yml
new file mode 100644
index 00000000000..60ea237dbf3
--- /dev/null
+++ b/changelogs/unreleased/52614-update-job-started-check.yml
@@ -0,0 +1,5 @@
+---
+title: Fixes triggered/created labeled in job header
+merge_request:
+author:
+type: fixed