Skip to content

Commit

Permalink
Revert "Make Morpheus build script take optional path (#1671)" (#1673)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpringle authored Oct 21, 2024
1 parent 87cf88a commit 61993f8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/morpheusvm/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 61993f8

Please # to comment.