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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-16 12:09:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-16 12:09:06 +0300
commited7568cc8083a9f8923d1a26bc0d8f60e3f629a3 (patch)
tree147bef3e0dd36eb5ccf915799d527b73f4b696f0 /lib/gitlab/ci/yaml_processor
parente94d662e5aabd4918de373b37c4f084325c7c1f8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/ci/yaml_processor')
-rw-r--r--lib/gitlab/ci/yaml_processor/result.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/ci/yaml_processor/result.rb b/lib/gitlab/ci/yaml_processor/result.rb
index 6c771b220ad..52a00e41214 100644
--- a/lib/gitlab/ci/yaml_processor/result.rb
+++ b/lib/gitlab/ci/yaml_processor/result.rb
@@ -99,6 +99,10 @@ module Gitlab
@ci_config&.to_hash&.to_yaml
end
+ def variables_with_data
+ @ci_config.variables_with_data
+ end
+
private
def variables