diff --git a/scripts/wasmd/setup.sh b/scripts/wasmd/setup.sh deleted file mode 100755 index e49999a7..00000000 --- a/scripts/wasmd/setup.sh +++ /dev/null @@ -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