Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Commit

Permalink
Release v0.1.47
Browse files Browse the repository at this point in the history
Signed-off-by: Chase Sillevis <[email protected]>
  • Loading branch information
DeviaVir committed Jun 11, 2020
1 parent f258d9a commit c869d77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GOVERSION := 1.14
PROJECT := github.com/DeviaVir/terraform-provider-gsuite
OWNER := $(notdir $(patsubst %/,%,$(dir $(PROJECT))))
NAME := $(notdir $(PROJECT))
VERSION := 0.1.46
VERSION := 0.1.47
EXTERNAL_TOOLS = \
github.com/golang/dep/cmd/dep

Expand Down Expand Up @@ -146,7 +146,7 @@ _cleanup:
@rm -rf "${CURRENT_DIR}/bin/"
.PHONY: _cleanup

# _compress compresses all the binaries in pkg/* as tarball and zip.
# _compress compresses all the binaries in pkg/* as zip.
_compress:
@mkdir -p "${CURRENT_DIR}/pkg/dist"
@for platform in $$(find ./pkg -mindepth 1 -maxdepth 1 -type d); do \
Expand All @@ -160,7 +160,6 @@ _compress:
ext=".exe"; \
fi; \
cd "$$platform"; \
tar -czf "${CURRENT_DIR}/pkg/dist/${NAME}_${VERSION}_$${osarch}.tgz" "${NAME}_v${VERSION}$${ext}"; \
zip -q "${CURRENT_DIR}/pkg/dist/${NAME}_${VERSION}_$${osarch}.zip" "${NAME}_v${VERSION}$${ext}"; \
cd - &>/dev/null; \
done
Expand Down

0 comments on commit c869d77

Please sign in to comment.