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:
authorKyle Wiebers <kwiebers@gitlab.com>2019-08-29 22:47:42 +0300
committerKyle Wiebers <kwiebers@gitlab.com>2019-08-29 22:47:42 +0300
commit0e02f551b9477ab787c3e261ab07a9dc2cb017f4 (patch)
tree6fffe5f0f78e63254e8120c36872519cb2ce74fa
parentb043c38dbd80b70303ce0adc3d3687c03b5ecf72 (diff)
trigger pipeline with dagqa-dag-test-branch
-rw-r--r--qa/qa.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 2c11df1f15a..b207e61a242 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -11,6 +11,7 @@ module QA
##
# GitLab QA runtime classes, mostly singletons.
#
+ # Literally nothing
module Runtime
autoload :Release, 'qa/runtime/release'
autoload :User, 'qa/runtime/user'