From 9026d5806f1a7836cb8e3a9971280936ba378207 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 29 Nov 2016 13:05:57 +0000 Subject: [PATCH] ci-install: add ci_distro Otherwise, we'll fail (due to set -u) if this parameter variable isn't passed. Signed-off-by: Simon McVittie Closes: #600 Approved by: cgwalters --- tests/ci-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ci-install.sh b/tests/ci-install.sh index 8111809f..326ab35b 100755 --- a/tests/ci-install.sh +++ b/tests/ci-install.sh @@ -4,6 +4,7 @@ set -euo pipefail set -x NULL= +: "${ci_distro:=debian}" : "${ci_docker:=}" : "${ci_in_docker:=no}" : "${ci_suite:=jessie}"