Skip to content
Snippets Groups Projects
Commit 2f0c231a authored by Tiffany Rea's avatar Tiffany Rea
Browse files

Merge branch 'add-epic-sync-test-variable' into 'master'

Add variable for epic sync test

See merge request !1331



Merged-by: Tiffany Rea's avatarTiffany Rea <trea@gitlab.com>
Approved-by: Tiffany Rea's avatarTiffany Rea <trea@gitlab.com>
Co-authored-by: default avatarDesiree Chevalier <dchevalier@gitlab.com>
parents 0bb322ab 41274f37
No related branches found
No related tags found
1 merge request!1331Add variable for epic sync test
......@@ -165,7 +165,8 @@ module Gitlab
'WORKSPACES_OAUTH_SIGNING_KEY' => :workspaces_oauth_signing_key,
'WORKSPACES_PROXY_DOMAIN' => :workspaces_proxy_domain,
'WORKSPACES_WILDCARD_CERT' => { name: :workspaces_wildcard_cert, type: :file },
'WORKSPACES_WILDCARD_KEY' => { name: :workspaces_wildcard_key, type: :file }
'WORKSPACES_WILDCARD_KEY' => { name: :workspaces_wildcard_key, type: :file },
'EPIC_SYNC_TEST' => :epic_sync_test
}.freeze
def variables
......
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