Skip to content

Commit

Permalink
A
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Bouijoux committed Feb 9, 2024
1 parent 249a2e5 commit b0eabe3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-lxc-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ env:
os: mageia

jobs:
# clean_old_repo:
# name: Clean old repo
# runs-on: self-hosted
# steps:
# - name: Clean old repo
# run: sudo rm -rf .* *
clean_old_repo:
name: Clean old repo
runs-on: self-hosted
steps:
- name: Clean old repo
#run: sudo rm -rf .* *
uses: Automodality/action-clean@v1
clone_repo:
name: Clone repo
runs-on: self-hosted
Expand Down

0 comments on commit b0eabe3

Please sign in to comment.