Commit 7f3715f
devtool: do not call ensure_ci_artifacts in cmd_sh
This already caused a recursive call between ensure_ci_artifacts and
cmd_sh (since the former calls the later), which was only benign because
ensure_ci_artifacts exits early if the directory exists. With the next
patch, it will use cmd_sh before creating the directory, so break this
recursion once and for all by instead making the call-sites of cmd_sh
that require artifacts to just ensure them themselves.
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>1 parent 1e3d4e9 commit 7f3715f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
881 | | - | |
882 | 881 | | |
883 | 882 | | |
884 | 883 | | |
| |||
916 | 915 | | |
917 | 916 | | |
918 | 917 | | |
| 918 | + | |
919 | 919 | | |
920 | 920 | | |
921 | 921 | | |
| |||
0 commit comments