Update 'build.sh'
This commit is contained in:
parent
51fb4ea06b
commit
1bd9c11366
2
build.sh
2
build.sh
@ -6,7 +6,7 @@ trap 'last_command=$current_command; current_command=$BASH_COMMAND' DEBUG
|
||||
# Echo an error message before exiting
|
||||
trap 'echo "\"${last_command}\" command finished with exit code $?."' EXIT
|
||||
|
||||
# Build chroniclerd binary
|
||||
# Build ncpt binary
|
||||
cd cmd/ncpt
|
||||
go build -o ncpt
|
||||
if [ ! -d ../../build ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user