Merge pull request #278 from mq-cloudpak/sjh-fix-master

Removing quotes from SOURCE_BRANCH value
This commit is contained in:
Simon Hirst
2022-07-14 10:08:55 +01:00
committed by GitHub Enterprise

View File

@@ -2,6 +2,6 @@
# 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'
SOURCE_BRANCH ?= private-master
###########################################################################################################################################################