From fc2e83ee28460d283801723301fbdd585a74d38a Mon Sep 17 00:00:00 2001 From: Richard Pringle Date: Mon, 21 Oct 2024 13:12:38 -0400 Subject: [PATCH] Revert "Make Morpheus build script take optional path (#1671)" This reverts commit 22241f53b9ff1883e210f61f6c65e2cefcb3e1b7. --- 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"