Skip to content
Snippets Groups Projects
Commit 7f9acc4a authored by Robert Speicher's avatar Robert Speicher
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment