Skip to content

Commit

Permalink
Cleaning up previous runs from GPU runner (#2676)
Browse files Browse the repository at this point in the history
* Cleaning up previous runner

* Cleaning up previous runner

* Cleaning up previous runner

* added comments
  • Loading branch information
agunapal committed Oct 4, 2023
1 parent 9b0ce17 commit 40ce269
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
- name: Clean up previous run
run: |
echo "Cleaning up previous run"
cd $RUNNER_WORKSPACE
pwd
cd ..
pwd
rm -rf _tool
ls -la ./
# deletes all files in the current directory
sudo rm -rf ./* || true
# deletes all hidden files in a directory
sudo rm -rf ./.??* || true
ls -la ./
- name: Setup Python 3.8
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 40ce269

Please sign in to comment.