Commit 7f9acc4a authored by Robert Speicher's avatar Robert Speicher

Merge branch 'dj-passthrough-deploy-version' into 'master'

Add deploy_version reader to QA environment

See merge request gitlab-org/gitlab!42515
parents a19b5763 b0ea4eb5
......@@ -368,6 +368,15 @@ module QA
ENV['MAILHOG_HOSTNAME']
end
# Get the version of GitLab currently being tested against
# @return String Version
# @example
# > Env.deploy_version
# #=> 13.3.4-ee.0
def deploy_version
ENV['DEPLOY_VERSION']
end
private
def remote_grid_credentials
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment