[meta] export VERSION variable to make subshell
This fix an issue where VERSION was exported to kitchen tests only if it was set as environment variable in the shell calling make
This commit is contained in:
parent
e01015b6a3
commit
f06ed12bff
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