Skip to content

Commit 61993f8

Browse files
Revert "Make Morpheus build script take optional path (#1671)" (#1673)
1 parent 87cf88a commit 61993f8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/morpheusvm/scripts/build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,4 @@ MORPHEUSVM_PATH=$(
1919
cd .. && pwd
2020
)
2121

22-
# if there's exactly one argument use it as the output path to go build
23-
if [[ $# -eq 1 ]]; then
24-
go build -o "$1" ./cmd/morpheusvm
25-
exit 0
26-
fi
27-
2822
build_project "$MORPHEUSVM_PATH" "morpheusvm" "pkEmJQuTUic3dxzg8EYnktwn4W7uCHofNcwiYo458vodAUbY7"

0 commit comments

Comments
 (0)