Update 'latest' tag only for develop build
This commit is contained in:
parent
adf29bc63b
commit
468420cfcd
1 changed files with 2 additions and 2 deletions
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…
Reference in a new issue