minecraft-pi-reborn/scripts/ci/simulate.sh

7 lines
120 B
Bash
Raw Permalink Normal View History

2021-11-12 16:05:09 +00:00
#!/bin/sh
set -e
# Run
docker run --rm -v "$(pwd):/data" bitnami/minideb:buster sh -c "cd /data; ./scripts/ci/run.sh"