Skip to content

Commit 4ec8c48

Browse files
Merge pull request openshift#1169 from DavidHurta/refactor-cmd-folder
OTA-1403: Move the CVO CLI Application to a Separate Folder
2 parents d2a8c73 + 7a79afb commit 4ec8c48

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)