mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-03 22:03:12 +00:00
Echo bundle output path for clarity
This commit is contained in:
parent
e0d63f3671
commit
c093cad17c
@ -62,6 +62,7 @@ if [ -z "${OUTPUT}" ]; then
|
||||
elif [[ "${OUTPUT}" != /* ]]; then
|
||||
OUTPUT="${ROOT_DIR}/${OUTPUT#./}"
|
||||
fi
|
||||
echo "Bundle output: ${OUTPUT}"
|
||||
|
||||
if [ "$PLATFORM" = "linux" ] && [ "$(uname -s)" != "Linux" ] && [ -z "${BUNDLE_IN_CONTAINER:-}" ]; then
|
||||
# Re-run inside a Linux container to produce Linux binaries.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user