We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a225b commit 84b0aaaCopy full SHA for 84b0aaa
scripts/build
@@ -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