Created
March 31, 2022 17:37
-
-
Save weakpixel/abd4e7e19d37a3cd960506f5d1769c73 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| task "first_task" { | |
| mkdir "build_dir" { | |
| path = "./build" | |
| } | |
| exec "list_var_dir" { | |
| command = "ls /var" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment