Skip to content

Commit b888335

Browse files
author
lrochette
committed
Fix command in step
Signed-off-by: lrochette <[email protected]>
1 parent ddf3e76 commit b888335

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

incubating/argocd-app-status/step.yaml

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

0 commit comments

Comments
 (0)