From 41de170735ae41b803566d264a8d99eac787a119 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Thu, 14 Jul 2022 23:08:18 +0200 Subject: [PATCH] build-staging needs to revert back to master Signed-off-by: Toshaan Bharvani --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f3fea21..7fc2a61 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ build-staging: git checkout $${branch} ; \ $(HUGO) --environment=production --minify --templateMetrics --baseURL https://$(BASEURL)/$${branch}/ --destination builds/$${branch} ; \ done + @git checkout master .PHONY: test test: clean