Loading templates/gitlab-ci-k8s.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ variables: K8S_SCRIPTS_DIR: "." K8S_REVIEW_ENVIRONMENT_SCHEME: "https" # 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-k8s.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ variables: K8S_SCRIPTS_DIR: "." K8S_REVIEW_ENVIRONMENT_SCHEME: "https" # default production ref name (pattern) PROD_REF: '/^master$/' PROD_REF: '/^(master|main)$/' # default integration ref name (pattern) INTEG_REF: '/^develop$/' Loading