Skip to content

Commit

Permalink
Merge pull request #20082 from famod/reclaim-node8-ts
Browse files Browse the repository at this point in the history
Don't try to remove node8-typescript image
  • Loading branch information
gastaldi committed Sep 13, 2021
2 parents 603ef9f + f490cea commit 0a9bdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci-prerequisites.sh
@@ -1,6 +1,6 @@
# Reclaim disk space, otherwise we only have 13 GB free at the start of a job

time docker rmi node:10 node:12 mcr.microsoft.com/azure-pipelines/node8-typescript:latest
time docker rmi node:10 node:12
# That is 18 GB
time sudo rm -rf /usr/share/dotnet
# That is 1.2 GB
Expand Down

0 comments on commit 0a9bdbc

Please sign in to comment.