Skip to content

Commit c1973b8

Browse files
author
doublebyte1
committed
cleaning subtrees without wiping out the entire sprint folder
1 parent 746416d commit c1973b8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
5555
- name: Clean subtrees
5656
run: |
57-
rm -rf sprints/ || echo "Cleaning subtrees"
57+
rm -rf sprints/15 && rm -rf sprints/16 && rm -rf sprints/17 &&
58+
rm -rf sprints/nodes &&
59+
|| echo "Cleaning subtrees"
5860
5961
- name: Add subtree 15
6062
run: |

0 commit comments

Comments
 (0)