We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbaf91 commit ff54bc8Copy full SHA for ff54bc8
lib/os-modules/Taskfile.yaml
@@ -116,7 +116,7 @@ tasks:
116
setup-template:
117
desc: Set up the template repository in a shared temporary directory
118
cmds:
119
- - rm -rf {{.SHARED_TMP_DIR}}
+ - task: cleanup-template
120
- git clone --depth 1 https://github.com/masterpointio/terraform-module-template.git {{.SHARED_TMP_DIR}}
121
122
cleanup-template:
0 commit comments