Removing quotes from SOURCE_BRANCH value

This commit is contained in:
Simon Hirst
2022-07-14 09:31:36 +01:00
parent f86dcb1c36
commit 37187e5199

View File

@@ -2,6 +2,6 @@
# SOURCE_BRANCH is the repository branch name for this release stream. # 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. # 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' SOURCE_BRANCH ?= private-master
########################################################################################################################################################### ###########################################################################################################################################################