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
|
endif
|
||||||
|
|
||||||
ifneq (,$(findstring release,$(GIT_BRANCH)))
|
ifneq (,$(findstring release,$(GIT_BRANCH)))
|
||||||
UPDATE_LATEST := true
|
UPDATE_LATEST := false
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(findstring hotfix,$(GIT_BRANCH)))
|
ifneq (,$(findstring hotfix,$(GIT_BRANCH)))
|
||||||
UPDATE_LATEST := true
|
UPDATE_LATEST := false
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(UPDATE_LATEST), true)
|
ifeq ($(UPDATE_LATEST), true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user