Skip to content

Commit

Permalink
Remove clean odl repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Bouijoux committed Feb 9, 2024
1 parent 43cf99c commit 249a2e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-lxc-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ 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 .* *
clone_repo:
name: Clone repo
runs-on: self-hosted
needs: clean_old_repo
# needs: clean_old_repo
steps:
- name: Clone repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 249a2e5

Please sign in to comment.