refactor: re-organize node loading code to make it easier to follow (#1771)

This commit is contained in:
Paulo Bittencourt
2024-10-18 12:13:25 -04:00
committed by GitHub
parent 9ecc8fc878
commit 8dd3f4b119
6 changed files with 219 additions and 86 deletions

View File

@@ -0,0 +1,8 @@
version: '3'
tasks:
write-file:
requires:
vars: [CONTENT, OUTPUT_FILE]
cmd: |
echo "{{.CONTENT}}" > "{{.OUTPUT_FILE}}"