summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xbuilding/container-run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/building/container-run.sh b/building/container-run.sh
index 94ccc97d10..7aad31f525 100755
--- a/building/container-run.sh
+++ b/building/container-run.sh
@@ -43,6 +43,10 @@ case ${1-:""} in
exit 1
esac
+echo $CARGO_TARGET_VOLUME_NAME
+echo $CARGO_REGISTRY_VOLUME_NAME
+echo $GRADLE_CACHE_VOLUME_NAME
+
set -x
exec "$CONTAINER_RUNNER" run --rm -it \
-v "/$REPO_DIR:$REPO_MOUNT_TARGET:Z" \