Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ccb19d0

Browse files
committed
build: Trivial tweak of the build script
1 parent 2900b0f commit ccb19d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build_dbhub.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,10 @@ if [ -d "${GOBIN}" ]; then
4444
cd api
4545
go install .
4646
cd ..
47-
fi
48-
if [ -d "${GOBIN}" ]; then
4947
echo "Compiling DBHub.io DB4S API executable"
5048
cd db4s
5149
go install .
5250
cd ..
53-
fi
54-
if [ -d "${GOBIN}" ]; then
5551
echo "Compiling DBHub.io web User Interface executable"
5652
cd webui
5753
go install .

0 commit comments

Comments
 (0)