Loading templates/gitlab-ci-openshift.yml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ variables: OS_REVIEW_ENVIRONMENT_SCHEME: "https" OS_CLEANUP_OBJECT_TYPES: "all,pvc,configmap,secret" # default production ref name (pattern) PROD_REF: '/^master$/' PROD_REF: '/^(master|main)$/' # default integration ref name (pattern) INTEG_REF: '/^develop$/' Loading Loading
templates/gitlab-ci-openshift.yml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ variables: OS_REVIEW_ENVIRONMENT_SCHEME: "https" OS_CLEANUP_OBJECT_TYPES: "all,pvc,configmap,secret" # default production ref name (pattern) PROD_REF: '/^master$/' PROD_REF: '/^(master|main)$/' # default integration ref name (pattern) INTEG_REF: '/^develop$/' Loading