tdlight-java/scripts/continuous-integration/github-workflows/only-compile-release.sh

10 lines
129 B
Bash
Executable File

#!/bin/bash -e
set -e
# OTHER REQUIRED ENVIRONMENT VARIABLES:
cd ./scripts/core/
./only_compile_release.sh
echo "Done."
exit 0