Skip to content

Commit 84b0aaa

Browse files
author
Aaron Russo
committed
adding a fancy build script
1 parent a6a225b commit 84b0aaa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/build

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
rm -rf pkg vendor Gemfile Gemfile.lock spec
4+
puppet module build ./
5+
git checkout -- ./

0 commit comments

Comments
 (0)