Fixed Makefile:7: *** missing separator. Stop.
This commit is contained in:
parent
00ed64fa7c
commit
9cac2cdf42
6
Makefile
6
Makefile
@ -4,15 +4,15 @@ REPO_URL := "deb http://repo-doc-onlyoffice-com.s3.amazonaws.com/ubuntu/trusty/$
|
||||
|
||||
UPDATE_LATEST := false
|
||||
|
||||
ifneq(,$(findstring develop,$(GIT_BRANCH)))
|
||||
ifneq (,$(findstring develop,$(GIT_BRANCH)))
|
||||
UPDATE_LATEST := true
|
||||
endif
|
||||
|
||||
ifneq(,$(findstring release,$(GIT_BRANCH)))
|
||||
ifneq (,$(findstring release,$(GIT_BRANCH)))
|
||||
UPDATE_LATEST := true
|
||||
endif
|
||||
|
||||
ifneq(,$(findstring hotfix,$(GIT_BRANCH)))
|
||||
ifneq (,$(findstring hotfix,$(GIT_BRANCH)))
|
||||
UPDATE_LATEST := true
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user