Skip to content

Commit

Permalink
test: update template module to use template more (for file name)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed May 17, 2024
1 parent 6b9f766 commit 5610f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mockup/inventory/modules/test-template/apply
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

FILE="/tmp/$(basename ${0%/*})-$$"
FILE="/tmp/$(basename {{ .Mango.Metadata.ModuleName }})-{{.Mango.Metadata.RunID }}"
# capture ordering info
echo "{{ .Mango.Metadata.ModuleName }}" >> /tmp/mango-dependency-testing

Expand Down

0 comments on commit 5610f85

Please sign in to comment.