|
16 | 16 | outputs: |
17 | 17 | needs_build: ${{ steps.filter.outputs.needs_build }} |
18 | 18 | steps: |
19 | | - - uses: TooMuch4U/[email protected] |
| 19 | + - name: 'Cleanup build folder' |
| 20 | + run: | |
| 21 | + ls -la ./ |
| 22 | + rm -rf ./* || true |
| 23 | + rm -rf ./.??* || true |
| 24 | + ls -la ./ |
20 | 25 | - uses: actions/checkout@v4 |
21 | 26 | with: |
22 | 27 | fetch-depth: 25 |
|
42 | 47 | NODE_ENV: development |
43 | 48 |
|
44 | 49 | steps: |
45 | | - - uses: TooMuch4U/[email protected] |
| 50 | + - name: 'Cleanup build folder' |
| 51 | + run: | |
| 52 | + ls -la ./ |
| 53 | + rm -rf ./* || true |
| 54 | + rm -rf ./.??* || true |
| 55 | + ls -la ./ |
46 | 56 | - uses: actions/checkout@v4 |
47 | 57 | with: |
48 | 58 | fetch-depth: 25 |
@@ -99,7 +109,12 @@ jobs: |
99 | 109 | AWS_REGION: us-east-1 |
100 | 110 |
|
101 | 111 | steps: |
102 | | - - uses: TooMuch4U/[email protected] |
| 112 | + - name: 'Cleanup build folder' |
| 113 | + run: | |
| 114 | + ls -la ./ |
| 115 | + rm -rf ./* || true |
| 116 | + rm -rf ./.??* || true |
| 117 | + ls -la ./ |
103 | 118 | - name: dpkg configure |
104 | 119 | run: | |
105 | 120 | apt update |
@@ -237,7 +252,12 @@ jobs: |
237 | 252 | # part: [1/8, 2/8, 3/8, 4/8, 5/8, 6/8, 7/8, 8/8] |
238 | 253 |
|
239 | 254 | steps: |
240 | | - - uses: TooMuch4U/[email protected] |
| 255 | + - name: 'Cleanup build folder' |
| 256 | + run: | |
| 257 | + ls -la ./ |
| 258 | + rm -rf ./* || true |
| 259 | + rm -rf ./.??* || true |
| 260 | + ls -la ./ |
241 | 261 | - name: dpkg configure |
242 | 262 | run: | |
243 | 263 | apt update |
@@ -296,7 +316,12 @@ jobs: |
296 | 316 | needs: core-build |
297 | 317 |
|
298 | 318 | steps: |
299 | | - - uses: TooMuch4U/[email protected] |
| 319 | + - name: 'Cleanup build folder' |
| 320 | + run: | |
| 321 | + ls -la ./ |
| 322 | + rm -rf ./* || true |
| 323 | + rm -rf ./.??* || true |
| 324 | + ls -la ./ |
300 | 325 | - name: Use Node.js 22.6.0 |
301 | 326 | uses: actions/setup-node@v4 |
302 | 327 | with: |
@@ -337,7 +362,12 @@ jobs: |
337 | 362 | - live-preview-react |
338 | 363 |
|
339 | 364 | steps: |
340 | | - - uses: TooMuch4U/[email protected] |
| 365 | + - name: 'Cleanup build folder' |
| 366 | + run: | |
| 367 | + ls -la ./ |
| 368 | + rm -rf ./* || true |
| 369 | + rm -rf ./.??* || true |
| 370 | + ls -la ./ |
341 | 371 | - name: Use Node.js 22.6.0 |
342 | 372 | uses: actions/setup-node@v4 |
343 | 373 | with: |
@@ -376,7 +406,12 @@ jobs: |
376 | 406 | - plugin-seo |
377 | 407 |
|
378 | 408 | steps: |
379 | | - - uses: TooMuch4U/[email protected] |
| 409 | + - name: 'Cleanup build folder' |
| 410 | + run: | |
| 411 | + ls -la ./ |
| 412 | + rm -rf ./* || true |
| 413 | + rm -rf ./.??* || true |
| 414 | + ls -la ./ |
380 | 415 | - name: Use Node.js 22.6.0 |
381 | 416 | uses: actions/setup-node@v4 |
382 | 417 | with: |
@@ -405,7 +440,12 @@ jobs: |
405 | 440 | needs: tests-e2e |
406 | 441 | runs-on: [self-hosted] |
407 | 442 | steps: |
408 | | - - uses: TooMuch4U/[email protected] |
| 443 | + - name: 'Cleanup build folder' |
| 444 | + run: | |
| 445 | + ls -la ./ |
| 446 | + rm -rf ./* || true |
| 447 | + rm -rf ./.??* || true |
| 448 | + ls -la ./ |
409 | 449 | - uses: actions/upload-artifact@v4 |
410 | 450 | if: always() |
411 | 451 | with: |
|
0 commit comments