From f06ed12bff1a81155086adb73d433f05f2900cb1 Mon Sep 17 00:00:00 2001 From: Julien Mailleret Date: Fri, 20 Mar 2020 16:19:13 +0100 Subject: [PATCH] [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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92d598f..8d28ebc 100644 --- a/Makefile +++ b/Makefile @@ -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