|
24 | 24 | - arch: ppc64le
|
25 | 25 | isV6: true
|
26 | 26 | steps:
|
| 27 | + - name: Show free disk space |
| 28 | + run: df -h |
| 29 | + - name: Free some disk space |
| 30 | + run: rm -r /opt/hostedtoolcache |
| 31 | + - name: Show free disk space |
| 32 | + run: df -h |
27 | 33 | - name: Configure git
|
28 | 34 | run: git config --global user.email [email protected] &&
|
29 | 35 | git config --global user.name "dotnet-s390x bot"
|
|
59 | 65 | - arch: ppc64le
|
60 | 66 | isV6: true
|
61 | 67 | steps:
|
| 68 | + - name: Show free disk space |
| 69 | + run: df -h |
| 70 | + - name: Free some disk space |
| 71 | + run: rm -r /opt/hostedtoolcache |
| 72 | + - name: Show free disk space |
| 73 | + run: df -h |
62 | 74 | - name: Configure git
|
63 | 75 | run: git config --global user.email [email protected] &&
|
64 | 76 | git config --global user.name "dotnet-s390x bot"
|
@@ -98,6 +110,12 @@ jobs:
|
98 | 110 | - arch: ppc64le
|
99 | 111 | isV6: true
|
100 | 112 | steps:
|
| 113 | + - name: Show free disk space |
| 114 | + run: df -h |
| 115 | + - name: Free some disk space |
| 116 | + run: rm -r /opt/hostedtoolcache |
| 117 | + - name: Show free disk space |
| 118 | + run: df -h |
101 | 119 | - name: Configure git
|
102 | 120 | run: git config --global user.email [email protected] &&
|
103 | 121 | git config --global user.name "dotnet-s390x bot"
|
@@ -137,6 +155,12 @@ jobs:
|
137 | 155 | - arch: ppc64le
|
138 | 156 | isV6: true
|
139 | 157 | steps:
|
| 158 | + - name: Show free disk space |
| 159 | + run: df -h |
| 160 | + - name: Free some disk space |
| 161 | + run: rm -r /opt/hostedtoolcache |
| 162 | + - name: Show free disk space |
| 163 | + run: df -h |
140 | 164 | - name: Configure git
|
141 | 165 | run: git config --global user.email [email protected] &&
|
142 | 166 | git config --global user.name "dotnet-s390x bot"
|
@@ -176,6 +200,12 @@ jobs:
|
176 | 200 | - arch: ppc64le
|
177 | 201 | isV6: true
|
178 | 202 | steps:
|
| 203 | + - name: Show free disk space |
| 204 | + run: df -h |
| 205 | + - name: Free some disk space |
| 206 | + run: rm -r /opt/hostedtoolcache |
| 207 | + - name: Show free disk space |
| 208 | + run: df -h |
179 | 209 | - name: Configure git
|
180 | 210 | run: git config --global user.email [email protected] &&
|
181 | 211 | git config --global user.name "dotnet-s390x bot"
|
@@ -211,6 +241,12 @@ jobs:
|
211 | 241 | arch: [x64]
|
212 | 242 | if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
|
213 | 243 | steps:
|
| 244 | + - name: Show free disk space |
| 245 | + run: df -h |
| 246 | + - name: Free some disk space |
| 247 | + run: rm -r /opt/hostedtoolcache |
| 248 | + - name: Show free disk space |
| 249 | + run: df -h |
214 | 250 | - name: Configure git
|
215 | 251 | run: git config --global user.email [email protected] &&
|
216 | 252 | git config --global user.name "dotnet-s390x bot"
|
|
0 commit comments