Update 'latest' tag only for develop build
This commit is contained in:
parent
adf29bc63b
commit
468420cfcd
4
Makefile
4
Makefile
@ -9,11 +9,11 @@ UPDATE_LATEST := true
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring release,$(GIT_BRANCH)))
|
||||
UPDATE_LATEST := true
|
||||
UPDATE_LATEST := false
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring hotfix,$(GIT_BRANCH)))
|
||||
UPDATE_LATEST := true
|
||||
UPDATE_LATEST := false
|
||||
endif
|
||||
|
||||
ifeq ($(UPDATE_LATEST), true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user