Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi3 #673

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion functionVar.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
unset_function_vars: true
## hi
## hello
#######################################
# Functions #
#######################################
Expand Down
12 changes: 12 additions & 0 deletions output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,21 @@ pre:
- command: git.get_project
params:
directory: src
- command: shell.exec
params:
script: |
set -o verbose
echo "chayaMtesting in pre"
cat src/output.json
tasks:
- name: print_apple
commands:
- command: shell.exec
params:
script: |
set -o verbose
echo "chayaMtesting in task"
cat src/output.json
- command: shell.exec
params:
script: echo "apple"
Expand Down