Skip to content

Commit eebb0cc

Browse files
authored
fixed manifests (#4)
* fixed manifests error in released binaries
1 parent 0720533 commit eebb0cc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.0.8
1+
VERSION=v0.0.9
22
OUT_DIR=dist
33

44
CLI_NAME?=cf

hack/build.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ go build -ldflags=" \
1313
-X 'github.com/codefresh-io/cli-v2/pkg/store.version=${VERSION}' \
1414
-X 'github.com/codefresh-io/cli-v2/pkg/store.buildDate=${BUILD_DATE}' \
1515
-X 'github.com/codefresh-io/cli-v2/pkg/store.gitCommit=${GIT_COMMIT}' \
16-
-X 'github.com/codefresh-io/cli-v2/pkg/store.installationManifestsURL=${INSTALLATION_MANIFESTS_URL}' \
17-
-X 'github.com/codefresh-io/cli-v2/pkg/store.installationManifestsNamespacedURL=${INSTALLATION_MANIFESTS_NAMESPACED_URL}'" \
16+
-X 'github.com/codefresh-io/cli-v2/pkg/store.ArgoCDManifestsURL=${ARGOCD_INSTALLATION_MANIFESTS_URL}' \
17+
-X 'github.com/codefresh-io/cli-v2/pkg/store.ArgoEventsManifestsURL=${EVENTS_INSTALLATION_MANIFESTS_URL}' \
18+
-X 'github.com/codefresh-io/cli-v2/pkg/store.ArgoRolloutsManifestsURL=${ROLLOUTS_INSTALLATION_MANIFESTS_URL}' \
19+
-X 'github.com/codefresh-io/cli-v2/pkg/store.ArgoWorkflowsManifestsURL=${WORKFLOWS_INSTALLATION_MANIFESTS_URL}'" \
1820
-v -o ${OUT_FILE} ${MAIN}

0 commit comments

Comments
 (0)