Merge pull request #682 from jmlrt/fix-makefile
[meta] export VERSION variable to make subshell
This commit is contained in:
commit
b93490db4b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
||||||
default: build
|
default: build
|
||||||
|
|
||||||
SHELL:=/bin/bash -eux
|
SHELL:=/bin/bash -eux
|
||||||
VERSION := 7.x
|
export VERSION := 7.x
|
||||||
PATTERN := xpack-ubuntu-1604
|
PATTERN := xpack-ubuntu-1604
|
||||||
|
|
||||||
.PHONY: converge verify test login destroy list
|
.PHONY: converge verify test login destroy list
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue