mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-21 20:56:07 +03:00
fix version file path (#212)
This commit is contained in:
parent
ff87f7939e
commit
24222d66ca
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
|||||||
FILE = $(TRAVIS_BUILD_DIR)/VERSION
|
ROOT_DIR=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
VERSION = `cat $(FILE)`
|
VERSION = `cat $(ROOT_DIR)/VERSION`
|
||||||
ARCHIVE_NAME = '/tmp/retailcrm-'$(VERSION)'.ocmod.zip'
|
ARCHIVE_NAME = '/tmp/retailcrm-'$(VERSION)'.ocmod.zip'
|
||||||
|
|
||||||
.PHONY: coverage
|
.PHONY: coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user