Push fake master builds to different namespace

This commit is contained in:
Simon Hirst
2022-07-13 13:15:04 +01:00
parent a1eda64df3
commit ae82196402
2 changed files with 21 additions and 0 deletions

7
source-branch.env Normal file
View File

@@ -0,0 +1,7 @@
###########################################################################################################################################################
# SOURCE_BRANCH is the repository branch name for this release stream.
# It should be updated when a new release fork is created but not for testing of personal builds or pre-fork updates.
SOURCE_BRANCH ?= 'private-master'
###########################################################################################################################################################