Remove extra scripts/wasmd/setup.sh

This commit is contained in:
Simon Warta 2024-02-28 19:42:01 +01:00
parent 874612b0df
commit 65d80c29aa

View File

@ -1,11 +0,0 @@
#!/bin/bash
set -o errexit -o nounset -o pipefail
SCRIPT_DIR="$(realpath "$(dirname "$0")")"
source "$SCRIPT_DIR"/env
docker run --rm \
--mount type=bind,source="$SCRIPT_DIR/template",target=/root \
"$REPOSITORY:$VERSION" \
./setup_wasmd.sh