10 lines
118 B
Bash
Executable File
10 lines
118 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
export CI_LOCAL_RUN=true
|
|
|
|
set -ex
|
|
|
|
scripts/build-downstream-projects.sh
|