File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -19,24 +19,24 @@ jobs:
1919 release :
2020 runs-on : ubuntu-24.04
2121 steps :
22- - name : Cleanup unused stuff
23- run : |
24- df -h /
25- sudo rm -rf \
26- "$AGENT_TOOLSDIRECTORY" \
27- /opt/google/chrome \
28- /opt/microsoft/msedge \
29- /opt/microsoft/powershell \
30- /opt/pipx \
31- /usr/lib/mono \
32- /usr/local/julia* \
33- /usr/local/lib/android \
34- /usr/local/lib/node_modules \
35- /usr/local/share/chromium \
36- /usr/local/share/powershell \
37- /usr/share/dotnet \
38- /usr/share/swift
39- df -h /
22+ # - name: Cleanup unused stuff
23+ # run: |
24+ # df -h /
25+ # sudo rm -rf \
26+ # "$AGENT_TOOLSDIRECTORY" \
27+ # /opt/google/chrome \
28+ # /opt/microsoft/msedge \
29+ # /opt/microsoft/powershell \
30+ # /opt/pipx \
31+ # /usr/lib/mono \
32+ # /usr/local/julia* \
33+ # /usr/local/lib/android \
34+ # /usr/local/lib/node_modules \
35+ # /usr/local/share/chromium \
36+ # /usr/local/share/powershell \
37+ # /usr/share/dotnet \
38+ # /usr/share/swift
39+ # df -h /
4040 - name : Deployer app access token
4141 id : deployer_app
4242 uses : getsentry/action-github-app-token@v2
You can’t perform that action at this time.
0 commit comments