Просмотр исходного кода

Github: force cleanup tree on decontaminate (#2526)

あく 2 лет назад
Родитель
Сommit
acc32f66e8

+ 1 - 1
.github/workflows/build.yml

@@ -24,7 +24,7 @@ jobs:
             git submodule status || (
               git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
               do
-                git rm -rf --cached "$submodule"
+                git rm -rf "$submodule"
               done
             )
           fi

+ 1 - 1
.github/workflows/lint_and_submodule_check.yml

@@ -24,7 +24,7 @@ jobs:
             git submodule status || (
               git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
               do
-                git rm -rf --cached "$submodule"
+                git rm -rf "$submodule"
               done
             )
           fi

+ 1 - 1
.github/workflows/merge_report.yml

@@ -18,7 +18,7 @@ jobs:
             git submodule status || (
               git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
               do
-                git rm -rf --cached "$submodule"
+                git rm -rf "$submodule"
               done
             )
           fi

+ 1 - 1
.github/workflows/pvs_studio.yml

@@ -25,7 +25,7 @@ jobs:
             git submodule status || (
               git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
               do
-                git rm -rf --cached "$submodule"
+                git rm -rf "$submodule"
               done
             )
           fi

+ 1 - 1
.github/workflows/unit_tests.yml

@@ -18,7 +18,7 @@ jobs:
             git submodule status || (
               git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
               do
-                git rm -rf --cached "$submodule"
+                git rm -rf "$submodule"
               done
             )
           fi

+ 1 - 1
.github/workflows/updater_test.yml

@@ -18,7 +18,7 @@ jobs:
             git submodule status || (
               git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
               do
-                git rm -rf --cached "$submodule"
+                git rm -rf "$submodule"
               done
             )
           fi