Skip to content

Commit 5cd1003

Browse files
committed
destroy vagrant box after build
1 parent 7d83a00 commit 5cd1003

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dist.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ ver=$(git describe)
1919
name=alertd-\${ver#v}-\$(uname -s | tr '[:upper:]' '[:lower:]')-\$(uname -m)
2020
tar --transform "s|^|\$name/|" -Jcf \$name.tar.xz alertd alertd.sample.json dist/
2121
EOF
22+
23+
vagrant destroy -f

0 commit comments

Comments
 (0)