16 lines
260 B
YAML
16 lines
260 B
YAML
---
|
|
# This is a Janky formatted YAML file. Using YAML for now to make hacking on
|
|
# this quicker and easier
|
|
|
|
needs:
|
|
- 'git'
|
|
- 'cargo'
|
|
commands:
|
|
- 'echo "Hello World"'
|
|
- 'which cargo'
|
|
- |
|
|
#!/bin/sh
|
|
pwd
|
|
echo "This is not working properly?"
|
|
|