Skip to content

Commit

Permalink
fixed manifests (#4)
Browse files Browse the repository at this point in the history
* fixed manifests error in released binaries
  • Loading branch information
ATGardner authored Jun 8, 2021
1 parent 0720533 commit eebb0cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.0.8
VERSION=v0.0.9
OUT_DIR=dist

CLI_NAME?=cf
Expand Down
6 changes: 4 additions & 2 deletions hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ go build -ldflags=" \
-X 'github.com/codefresh-io/cli-v2/pkg/store.version=${VERSION}' \
-X 'github.com/codefresh-io/cli-v2/pkg/store.buildDate=${BUILD_DATE}' \
-X 'github.com/codefresh-io/cli-v2/pkg/store.gitCommit=${GIT_COMMIT}' \
-X 'github.com/codefresh-io/cli-v2/pkg/store.installationManifestsURL=${INSTALLATION_MANIFESTS_URL}' \
-X 'github.com/codefresh-io/cli-v2/pkg/store.installationManifestsNamespacedURL=${INSTALLATION_MANIFESTS_NAMESPACED_URL}'" \
-X 'github.com/codefresh-io/cli-v2/pkg/store.ArgoCDManifestsURL=${ARGOCD_INSTALLATION_MANIFESTS_URL}' \
-X 'github.com/codefresh-io/cli-v2/pkg/store.ArgoEventsManifestsURL=${EVENTS_INSTALLATION_MANIFESTS_URL}' \
-X 'github.com/codefresh-io/cli-v2/pkg/store.ArgoRolloutsManifestsURL=${ROLLOUTS_INSTALLATION_MANIFESTS_URL}' \
-X 'github.com/codefresh-io/cli-v2/pkg/store.ArgoWorkflowsManifestsURL=${WORKFLOWS_INSTALLATION_MANIFESTS_URL}'" \
-v -o ${OUT_FILE} ${MAIN}

0 comments on commit eebb0cc

Please sign in to comment.