Commit b0ea4eb5 authored by ddavison's avatar ddavison

Add deploy_version reader to QA environment

parent 79fd8158
......@@ -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