Skip to content

Commit 7a79afb

Browse files
committed
cmd: Move CVO CLI to a separate folder
So that we can have multiple CLI applications in the `cmd` folder.
1 parent d2a8c73 commit 7a79afb

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

hack/build-go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ fi
3131
mkdir -p ${BIN_PATH}
3232

3333
echo "Building ${REPO} (${VERSION_OVERRIDE})"
34-
GOOS=${GOOS} GOARCH=${GOARCH} go build ${GOFLAGS} -ldflags "${GLDFLAGS}" -o ${BIN_PATH}/cluster-version-operator ${REPO}/cmd/...
34+
GOOS=${GOOS} GOARCH=${GOARCH} go build ${GOFLAGS} -ldflags "${GLDFLAGS}" -o ${BIN_PATH}/cluster-version-operator ${REPO}/cmd/cluster-version-operator/...

0 commit comments

Comments
 (0)