Skip to content
Snippets Groups Projects
Commit 96cee943 authored by Pierre SMEYERS's avatar Pierre SMEYERS
Browse files

Merge branch '5-main_or_master' into 'master'

fix: use master or main for production env

Closes #5

See merge request to-be-continuous/openshift!5
parents 16d169f8 d97a80ca
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ variables: ...@@ -35,7 +35,7 @@ variables:
OS_REVIEW_ENVIRONMENT_SCHEME: "https" OS_REVIEW_ENVIRONMENT_SCHEME: "https"
OS_CLEANUP_OBJECT_TYPES: "all,pvc,configmap,secret" OS_CLEANUP_OBJECT_TYPES: "all,pvc,configmap,secret"
# default production ref name (pattern) # default production ref name (pattern)
PROD_REF: '/^master$/' PROD_REF: '/^(master|main)$/'
# default integration ref name (pattern) # default integration ref name (pattern)
INTEG_REF: '/^develop$/' INTEG_REF: '/^develop$/'
......
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