Commit a45ea5e1 authored by Pierre SMEYERS's avatar Pierre SMEYERS
Browse files

Merge branch '1-use_master_or_main' into 'initial-build'

fix: use master or main as PROD_REF

See merge request to-be-continuous/tools/template-skeleton!1
parents 2cfc0d99 cfb241d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ variables:
  XXX_DEPCHECK_IMAGE: "xxx-depcheck:latest"

  # default production ref name (pattern)
  PROD_REF: '/^master$/'
  PROD_REF: '/^(master|main)$/'
  # default integration ref name (pattern)
  INTEG_REF: '/^develop$/'