Skip to content
Snippets Groups Projects
Commit d5cac44a authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

fix: use master or main for production env

parent 75f92558
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ variables: ...@@ -18,7 +18,7 @@ variables:
MAVEN_IMAGE: "maven:latest" MAVEN_IMAGE: "maven:latest"
# 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.
Please register or to comment