From 8cd07a896768bc21022b436f79ffbd3e143744cd Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Mon, 11 Dec 2017 17:21:28 -0800 Subject: [PATCH] Ensure some form of varfile exists for Jenkins to run The secrets obviously won't be in Jenkins here --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3a990e8..a48c941 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,8 @@ deploy: plan tfinit tfinit: $(TF_VARFILE) ./scripts/tf-init ./scripts/tf-init $(TF_VARFILE) +$(TF_VARFILE): + touch $(TF_VARFILE) ###############################################################