Skip to content

Commit

Permalink
LINBEE-7845 - remove code directory (#83)
Browse files Browse the repository at this point in the history
- remove code directory before executing

Co-authored-by: Yeela Lifshitz <[email protected]>
  • Loading branch information
yeelali14 and Yeela Lifshitz authored Jun 20, 2024
1 parent 9a41d36 commit 8640fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
- name: Create GitStream folder
shell: bash
run: |
rm -rf gitstream && mkdir gitstream
rm -rf gitstream && rm -rf code && mkdir gitstream
cd gitstream && mkdir repo
- name: Checkout base branch
Expand Down

0 comments on commit 8640fba

Please sign in to comment.