Update 'latest' tag only for develop build

This commit is contained in:
Alexey Golubev 2017-04-03 14:34:21 +03:00 committed by GitHub
parent adf29bc63b
commit 468420cfcd

@ -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)