Skip to content

Commit cff0dbc

Browse files
author
lrochette
committed
commands are back
Signed-off-by: lrochette <[email protected]>
1 parent b888335 commit cff0dbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

incubating/argocd-app-status/step.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ spec:
9595
[[ range $key, $val := .Arguments ]]
9696
- '[[ $key ]]=[[ $val ]]'
9797
[[- end ]]
98-
98+
commands:
99+
- cd /app
100+
- /app/argocd_app_status
99101
delimiters:
100102
left: '[['
101103
right: ']]'

0 commit comments

Comments
 (0)