Merge pull request #278 from mq-cloudpak/sjh-fix-master
Removing quotes from SOURCE_BRANCH value
This commit is contained in:
@@ -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
|
||||
|
||||
###########################################################################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user