From 61993f8939fda766085c50ec252d36e8851e0732 Mon Sep 17 00:00:00 2001 From: Richard Pringle Date: Mon, 21 Oct 2024 14:25:25 -0400 Subject: [PATCH] Revert "Make Morpheus build script take optional path (#1671)" (#1673) --- examples/morpheusvm/scripts/build.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/morpheusvm/scripts/build.sh b/examples/morpheusvm/scripts/build.sh index 0f71f77af6..2d249567c7 100755 --- a/examples/morpheusvm/scripts/build.sh +++ b/examples/morpheusvm/scripts/build.sh @@ -19,10 +19,4 @@ MORPHEUSVM_PATH=$( cd .. && pwd ) -# if there's exactly one argument use it as the output path to go build -if [[ $# -eq 1 ]]; then - go build -o "$1" ./cmd/morpheusvm - exit 0 -fi - build_project "$MORPHEUSVM_PATH" "morpheusvm" "pkEmJQuTUic3dxzg8EYnktwn4W7uCHofNcwiYo458vodAUbY7"