Skip to content

Commit e8f3e6c

Browse files
infra: fix ci failure (#12871)
Signed-off-by: David Korczynski <[email protected]>
1 parent 35292ac commit e8f3e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
sudo swapoff -a
6969
sudo rm -f /swapfile
7070
sudo apt clean
71-
docker rmi $(docker images -a -q)
71+
docker rmi $(docker images -a -q) || true
7272
df -h
7373
echo "Remove large unused folders, inspired by https://github.com/apache/flink/blame/master/tools/azure-pipelines/free_disk_space.sh"
7474
sudo bash -c '(ionice -c 3 nice -n 19 rm -rf /usr/share/dotnet/ /usr/local/graalvm/ /usr/local/.ghcup/ /usr/local/share/powershell /usr/local/share/chromium /usr/local/lib/android /usr/local/lib/node_modules)&'

0 commit comments

Comments
 (0)