From 609b176edfbc9147bbf9a5d82a5b30b1cfd427f3 Mon Sep 17 00:00:00 2001 From: Manfred Touron <94029+moul@users.noreply.github.com> Date: Mon, 8 Jun 2020 15:00:19 +0200 Subject: [PATCH] feat: support having non-tagged releases Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com> --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4e9686..4300f3a 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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: