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:
parent
c699c64627
commit
b39bec8108
12
Makefile
12
Makefile
@ -40,7 +40,7 @@ clean:
|
|||||||
install: assets $(GO_SOURCES)
|
install: assets $(GO_SOURCES)
|
||||||
go install github.com/strongdm/comply
|
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 commit -am "automated asset refresh (via Makefile)"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
@ -52,16 +52,6 @@ else
|
|||||||
@exit 1
|
@exit 1
|
||||||
endif
|
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:
|
docker:
|
||||||
cd build && docker build -t strongdm/pandoc .
|
cd build && docker build -t strongdm/pandoc .
|
||||||
docker push strongdm/pandoc
|
docker push strongdm/pandoc
|
||||||
|
Loading…
Reference in New Issue
Block a user