File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed
Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1212 func_builder : ["pack", "s2i"]
1313 runs-on : ${{ matrix.os }}
1414 steps :
15+ - name : Cleanup space
16+ run : |
17+ df -h
18+ sudo rm -rf /usr/local/lib/android
19+ sudo rm -rf /usr/share/dotnet
20+ sudo rm -rf /opt/ghc
21+ sudo rm -rf /opt/hostedtoolcache/CodeQL
22+ docker system prune -af
23+ df -h
1524 - name : Set Environment Variables
1625 run : |
1726 echo "KUBECONFIG=${{ github.workspace }}/hack/bin/kubeconfig.yaml" >> "$GITHUB_ENV"
Original file line number Diff line number Diff line change 1010 os : ["ubuntu-latest"]
1111 runs-on : ${{ matrix.os }}
1212 steps :
13+ - name : Cleanup space
14+ run : |
15+ df -h
16+ sudo rm -rf /usr/local/lib/android
17+ sudo rm -rf /usr/share/dotnet
18+ sudo rm -rf /opt/ghc
19+ sudo rm -rf /opt/hostedtoolcache/CodeQL
20+ docker system prune -af
21+ df -h
1322 - name : Set Environment Variables
1423 run : |
1524 echo "KUBECONFIG=${{ github.workspace }}/hack/bin/kubeconfig.yaml" >> "$GITHUB_ENV"
Original file line number Diff line number Diff line change 2727 arch : arm64
2828 runs-on : ${{ matrix.os }}
2929 steps :
30+ - name : Cleanup space
31+ run : |
32+ df -h
33+ sudo rm -rf /usr/local/lib/android
34+ sudo rm -rf /usr/share/dotnet
35+ sudo rm -rf /opt/ghc
36+ sudo rm -rf /opt/hostedtoolcache/CodeQL
37+ docker system prune -af
38+ df -h
3039 - name : Set Environment Variables
3140 run : |
3241 echo "KUBECONFIG=${{ github.workspace }}/hack/bin/kubeconfig.yaml" >> "$GITHUB_ENV"
Original file line number Diff line number Diff line change 1010 os : ["ubuntu-latest"]
1111 runs-on : ${{ matrix.os }}
1212 steps :
13+ - name : Cleanup space
14+ run : |
15+ df -h
16+ sudo rm -rf /usr/local/lib/android
17+ sudo rm -rf /usr/share/dotnet
18+ sudo rm -rf /opt/ghc
19+ sudo rm -rf /opt/hostedtoolcache/CodeQL
20+ docker system prune -af
21+ df -h
1322 - name : Set Environment Variables
1423 run : |
1524 echo "KUBECONFIG=${{ github.workspace }}/hack/bin/kubeconfig.yaml" >> "$GITHUB_ENV"
You can’t perform that action at this time.
0 commit comments