From 5c7a157e3a0e81e3b4bcd38228fb33dbb801aaa0 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Wed, 8 Aug 2018 18:26:06 +0200 Subject: [PATCH] Don't escape variables the coverage step --- buildkite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildkite.sh b/buildkite.sh index 5dbd8d6c..d0f9bef0 100755 --- a/buildkite.sh +++ b/buildkite.sh @@ -50,7 +50,7 @@ case "${BUILDKITE_REPO:-x}" in "https://github.com/dlang/druntime.git" | \ "https://github.com/dlang/phobos.git") -cat << 'EOF' +cat << EOF - command: | make -f posix.mak style label: "Style"