From 761e3249821d3fbb1e58151fc6c4093e8d0e6fa5 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Mon, 21 Jun 2021 21:20:45 -0600 Subject: [PATCH] ci: add downstream build wrapper --- ci/test-downstream-builds.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 ci/test-downstream-builds.sh diff --git a/ci/test-downstream-builds.sh b/ci/test-downstream-builds.sh new file mode 100755 index 0000000000..0a45db80d2 --- /dev/null +++ b/ci/test-downstream-builds.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +cd "$(dirname "$0")/.." + +export CI_LOCAL_RUN=true + +set -ex + +scripts/build-downstream-projects.sh