ci: add downstream build wrapper
(cherry picked from commit 761e324982
)
This commit is contained in:
committed by
Trent Nelson
parent
940dbe99e9
commit
967f0d07f2
9
ci/test-downstream-builds.sh
Executable file
9
ci/test-downstream-builds.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
|
export CI_LOCAL_RUN=true
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
|
||||||
|
scripts/build-downstream-projects.sh
|
Reference in New Issue
Block a user