Skip to content

Commit

Permalink
add terraform release to make
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Jun 29, 2019
1 parent 9b6d042 commit f273aaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ build/docker:
docker push mondoo/mondoo:$(shell cat VERSION)
docker push mondoo/mondoo:latest

release/terraform:
cd terraform-provisioner-mondoo && goreleaser --rm-dist

test/installsh:
cp install.sh test/installscript
cd test/installscript && docker build --no-cache -f centos7.Dockerfile .
Expand Down

0 comments on commit f273aaa

Please sign in to comment.