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:
authorDouwe Maan <douwe@gitlab.com>2017-09-25 11:02:19 +0300
committerJarka Kadlecova <jarka@gitlab.com>2017-09-26 12:40:52 +0300
commitd7a027ddbac2db5f4b5379e2da18afff85db3819 (patch)
tree2b353c5fa7841cc80a89d4f21cd6cf8c4a63f4e3 /changelogs
parent1b2c973b47c88e9feeb51758e9997cf92ca50a92 (diff)
Merge branch '38280-undefined-run_command-when-running-rake-gitlab-check' into 'master'
Resolve "Undefined run_command when running rake gitlab:check" Closes #38280 See merge request gitlab-org/gitlab-ce!14469
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/38280-undefined-run_command-when-running-rake-gitlab-check.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/38280-undefined-run_command-when-running-rake-gitlab-check.yml b/changelogs/unreleased/38280-undefined-run_command-when-running-rake-gitlab-check.yml
new file mode 100644
index 00000000000..7d3fb7d43cc
--- /dev/null
+++ b/changelogs/unreleased/38280-undefined-run_command-when-running-rake-gitlab-check.yml
@@ -0,0 +1,5 @@
+---
+title: Some checks in `rake gitlab:check` were failling with 'undefined method `run_command`'
+merge_request: 14469
+author:
+type: fixed