[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:
Julien Mailleret 2020-03-20 16:19:13 +01:00
parent e01015b6a3
commit f06ed12bff
No known key found for this signature in database
GPG key ID: F065093271C8DE71

View file

@ -1,7 +1,7 @@
default: build
SHELL:=/bin/bash -eux
VERSION := 7.x
export VERSION := 7.x
PATTERN := xpack-ubuntu-1604
.PHONY: converge verify test login destroy list