Skip to content

Commit

Permalink
Remove mkdir for infer_A
Browse files Browse the repository at this point in the history
  • Loading branch information
euclidgame committed Nov 15, 2024
1 parent 1195f6f commit 9799022
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/dag/diamond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ setup: |
run: |
echo data-processing starts
mkdir -p /data/data-processing-output-A
echo "Hello World!" > /data/data-processing-output-A/world.txt
echo "Hello World!" > /data/data-processing-output-B/world.txt
echo data-processing ends
Expand Down

0 comments on commit 9799022

Please sign in to comment.