From b39bec8108c73d2f7e2b5a21c085178e264a6af4 Mon Sep 17 00:00:00 2001 From: Justin McCarthy Date: Mon, 17 Dec 2018 14:51:07 -0800 Subject: [PATCH] do not auto-clobber from example --- Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Makefile b/Makefile index fe524cd..f8a5903 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ clean: install: assets $(GO_SOURCES) go install github.com/strongdm/comply -push-assets: is-clean export-example assets +push-assets: is-clean assets git commit -am "automated asset refresh (via Makefile)" git push @@ -52,16 +52,6 @@ else @exit 1 endif -export-example: - cp example/narratives/* themes/comply-soc2/narratives - cp example/procedures/* themes/comply-soc2/procedures - cp example/policies/* themes/comply-soc2/policies - cp example/standards/* themes/comply-soc2/standards - cp example/templates/* themes/comply-soc2/templates - cp example/templates/* themes/comply-blank/templates - cp example/*.md themes/comply-soc2 - cp example/*.md themes/comply-blank - docker: cd build && docker build -t strongdm/pandoc . docker push strongdm/pandoc