Fix conflicts VERSION file name on APFS
This commit is contained in:
parent
e2e668e8fa
commit
58bf9d55a8
2
Makefile
2
Makefile
|
|
@ -27,7 +27,7 @@ endif
|
||||||
SHELL=/bin/bash -o pipefail -o errexit
|
SHELL=/bin/bash -o pipefail -o errexit
|
||||||
|
|
||||||
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
|
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
|
||||||
TAG ?= $(shell cat VERSION)
|
TAG ?= $(shell cat TAG)
|
||||||
|
|
||||||
# e2e settings
|
# e2e settings
|
||||||
# Allow limiting the scope of the e2e tests. By default run everything
|
# Allow limiting the scope of the e2e tests. By default run everything
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue