Skip to content

Commit e5b9672

Browse files
jackblack369Wine93
authored andcommitted
[ci] Remove clean .git step
1 parent 042476b commit e5b9672

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/rocky8-store.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
git submodule sync --recursive
6868
git submodule update --init --recursive
6969
70-
- name: Clean .git directory
71-
if: ${{ github.event_name == 'push'}}
72-
run: |
73-
find /mnt/dingo-eureka -name ".git" -type d -exec rm -rf {} +
70+
# - name: Clean .git directory
71+
# if: ${{ github.event_name == 'push'}}
72+
# run: |
73+
# find /mnt/dingo-eureka -name ".git" -type d -exec rm -rf {} +
7474

7575
- name: Pull dingo-base:rocky8
7676
if: ${{ github.event_name == 'push'}}

.github/workflows/rocky9-fs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969
git submodule sync --recursive
7070
git submodule update --init --recursive
7171
72-
- name: Clean .git directory
73-
if: ${{ github.event_name == 'push'}}
74-
run: |
75-
find /mnt/dingo-eureka -name ".git" -type d -exec rm -rf {} +
72+
# - name: Clean .git directory
73+
# if: ${{ github.event_name == 'push'}}
74+
# run: |
75+
# find /mnt/dingo-eureka -name ".git" -type d -exec rm -rf {} +
7676

7777
- name: Pull dingo-base:rocky9
7878
if: ${{ github.event_name == 'push'}}

.github/workflows/rocky9-store.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
git submodule sync --recursive
6868
git submodule update --init --recursive
6969
70-
- name: Clean .git directory
71-
if: ${{ github.event_name == 'push'}}
72-
run: |
73-
find /mnt/dingo-eureka -name ".git" -type d -exec rm -rf {} +
70+
# - name: Clean .git directory
71+
# if: ${{ github.event_name == 'push'}}
72+
# run: |
73+
# find /mnt/dingo-eureka -name ".git" -type d -exec rm -rf {} +
7474

7575
- name: Pull dingo-base:rocky9
7676
if: ${{ github.event_name == 'push'}}

.github/workflows/ubuntu2204-store.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
git submodule sync --recursive
6868
git submodule update --init --recursive
6969
70-
- name: Clean .git directory
71-
if: ${{ github.event_name == 'push'}}
72-
run: |
73-
find /mnt/dingo-eureka -name ".git" -type d -exec rm -rf {} +
70+
# - name: Clean .git directory
71+
# if: ${{ github.event_name == 'push'}}
72+
# run: |
73+
# find /mnt/dingo-eureka -name ".git" -type d -exec rm -rf {} +
7474

7575
- name: Pull dingo-base:ubuntu2204
7676
if: ${{ github.event_name == 'push'}}

0 commit comments

Comments
 (0)