Skip to content

Commit

Permalink
Add an additional cleanup step
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt committed Apr 1, 2023
1 parent 4d13617 commit 585c4a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,6 @@ jobs:
env:
REPO_TOKEN: ${{ secrets.FLAT_MANAGER_TOKEN }}
run: flat-manager-client purge ${{ env.build_id }}

- name: Cleanup local repository
run: rm -rf elementary
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,6 @@ jobs:
env:
REPO_TOKEN: ${{ secrets.FLAT_MANAGER_TOKEN }}
run: flat-manager-client purge ${{ env.build_id }}

- name: Cleanup local repository
run: rm -rf elementary

0 comments on commit 585c4a6

Please sign in to comment.