From 1a134bf7eef43299cfc6a689c2fca57b0be413fc Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 14 Oct 2019 14:29:31 +0000 Subject: [PATCH] ci: Make ${ARTIFACTS} directory It may not exist in OpenShift Prow by default. --- ci/build-check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build-check.sh b/ci/build-check.sh index 2b11b4d34e..af276ef0c9 100755 --- a/ci/build-check.sh +++ b/ci/build-check.sh @@ -37,6 +37,7 @@ copy_out_gdtr_artifacts() { # TODO; Split the main/clang builds into separate build dirs local artifactdir artifactdir=${ARTIFACTS:-${topdir}} + mkdir -p "${artifactdir}" for x in test-suite.log config.log gdtr-results; do if test -e ${resultsdir}/${x}; then mv ${resultsdir}/${x} ${artifactdir}