Skip to content

Commit af430d9

Browse files
committed
remove deleting step
1 parent cc35d10 commit af430d9

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -274,18 +274,6 @@ jobs:
274274
fail-fast: false
275275
name: "[build] docker images (all but frontend)"
276276
steps:
277-
- name: Remove unused software
278-
run: |
279-
echo "Available storage before:"
280-
sudo df -h
281-
echo
282-
sudo rm -rf /usr/share/dotnet
283-
sudo rm -rf /usr/local/lib/android
284-
sudo rm -rf /opt/ghc
285-
sudo rm -rf /opt/hostedtoolcache/CodeQL
286-
echo "Available storage after:"
287-
sudo df -h
288-
echo
289277
- uses: actions/checkout@v4
290278
- name: setup docker buildx
291279
id: buildx
@@ -321,18 +309,6 @@ jobs:
321309
fail-fast: false
322310
name: "[build] docker images (frontend-only)"
323311
steps:
324-
- name: Remove unused software
325-
run: |
326-
echo "Available storage before:"
327-
sudo df -h
328-
echo
329-
sudo rm -rf /usr/share/dotnet
330-
sudo rm -rf /usr/local/lib/android
331-
sudo rm -rf /opt/ghc
332-
sudo rm -rf /opt/hostedtoolcache/CodeQL
333-
echo "Available storage after:"
334-
sudo df -h
335-
echo
336312
- uses: actions/checkout@v4
337313
- name: setup docker buildx
338314
id: buildx

0 commit comments

Comments
 (0)