Created
January 29, 2020 22:56
-
-
Save pkolyvas/b89648014d12ba6eeabb18620dc9e6b0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source "file" "example" { | |
content = "Happy 2020" | |
target = "./test_artifact.txt" | |
} | |
build { | |
sources = [ | |
"source.file.example" | |
] | |
post-processor "shell-local" { | |
inline = ["echo We hope you like your gift!"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment