From 65d80c29aa75136bab785ed342f1b678d6cb0bf2 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Wed, 28 Feb 2024 19:42:01 +0100 Subject: [PATCH] Remove extra scripts/wasmd/setup.sh --- scripts/wasmd/setup.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 scripts/wasmd/setup.sh 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