File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -27,21 +27,21 @@ jobs:
2727 with :
2828 python-version : 3.11.6
2929
30- - name : Remove .git
31- run : |
32- if [ -d ".git" ]; then
33- echo ".git directory exists!"
34- sudo rm -rf .git
35- if [ -d ".git" ]; then
36- echo ".git directory still exists after removal attempt!"
37- exit 1
38- else
39- echo ".git directory successfully removed."
40- fi
41- else
42- echo ".git directory does not exist. Nothing to remove."
43- exit 1
44- fi
30+ # - name: Remove .git
31+ # run: |
32+ # if [ -d ".git" ]; then
33+ # echo ".git directory exists!"
34+ # sudo rm -rf .git
35+ # if [ -d ".git" ]; then
36+ # echo ".git directory still exists after removal attempt!"
37+ # exit 1
38+ # else
39+ # echo ".git directory successfully removed."
40+ # fi
41+ # else
42+ # echo ".git directory does not exist. Nothing to remove."
43+ # exit 1
44+ # fi
4545
4646 - name : Run Codeflash to optimize code
4747 id : optimize_code
You can’t perform that action at this time.
0 commit comments