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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-06-21 13:10:13 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-06-21 13:10:13 +0300
commitcd6a2afbbb508e96f67c1f192cee2c1d379b1749 (patch)
tree24da16b445fa2cdcb3dbc8dc59138aead20e4c4e /lib/gitlab/ci/config.rb
parent8b550db33e27d95424de31acf20835cc731684a5 (diff)
Move CI image configuration entry to new CI config
Diffstat (limited to 'lib/gitlab/ci/config.rb')
-rw-r--r--lib/gitlab/ci/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/config.rb b/lib/gitlab/ci/config.rb
index adfd097736e..d02902a110a 100644
--- a/lib/gitlab/ci/config.rb
+++ b/lib/gitlab/ci/config.rb
@@ -7,7 +7,7 @@ module Gitlab
##
# Temporary delegations that should be removed after refactoring
#
- delegate :before_script, to: :@global
+ delegate :before_script, :image, to: :@global
def initialize(config)
@config = Loader.new(config).load!