Skip to content

Commit

Permalink
rm -fR
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 24, 2024
1 parent f53e258 commit da6888b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,22 +103,22 @@ jobs:
- name: Clear Dist
run: |
rm -R dist/
rm -fR dist/
- name: Clear Build for Manager
run: |
rm -R build/
rm -fR build/
- name: Build Manager
run: |
python3 setup-manager.py sdist bdist_wheel
- name: Clear Build for Agent
run: |
rm -R build/
rm -fR build/
- name: Build Agent
run: |
python3 setup-agent.py sdist bdist_wheel
- name: Clear Build for Reporter
run: |
rm -R build/
rm -fR build/
- name: Build Reporter
run: |
python3 setup-reporter.py sdist bdist_wheel
Expand Down

0 comments on commit da6888b

Please sign in to comment.