1
0
mirror of https://github.com/strongdm/comply synced 2024-11-05 07:25:26 +00:00

do not auto-clobber from example

This commit is contained in:
Justin McCarthy 2018-12-17 14:51:07 -08:00
parent c699c64627
commit b39bec8108
No known key found for this signature in database
GPG Key ID: 900437410E142A48

View File

@ -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