Skip to content

Commit

Permalink
feat: support having non-tagged releases
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
  • Loading branch information
moul committed Jun 8, 2020
1 parent 62bdb6d commit 609b176
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ GIT_TAG ?= $(GIT_BRANCH)$(TAG_SUFFIX)

.PHONY: generate
generate: clone
cd clone && git fetch origin
cd clone && git checkout "$(WEBUI_REF)"
cd clone && npm install
cd clone && SKIP_PREFLIGHT_CHECK=true npm run build
Expand Down Expand Up @@ -43,7 +44,7 @@ _release:
re: clean generate

clone:
git clone --single-branch --branch "$(WEBUI_REF)" https://github.com/ipfs-shipyard/ipfs-webui clone
git clone --single-branch https://github.com/ipfs-shipyard/ipfs-webui clone

.PHONY: clean
clean:
Expand Down

0 comments on commit 609b176

Please sign in to comment.