Skip to content

Commit

Permalink
fix(docs): use sh instead of bash with busybox (argoproj#13508)
Browse files Browse the repository at this point in the history
Signed-off-by: joey <[email protected]>
  • Loading branch information
chengjoey authored and Joibel committed Sep 19, 2024
1 parent 7398d1c commit 95faebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/work-avoidance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
script:
image: busybox
command:
- bash
- sh
- -eux
source: |
marker=/work/markers/$(date +%Y-%m-%d)-echo-{{inputs.parameters.num}}
Expand Down

0 comments on commit 95faebb

Please sign in to comment.