Skip to content

Commit

Permalink
Don't try to remove node8-typescript image
Browse files Browse the repository at this point in the history
  • Loading branch information
famod committed Sep 12, 2021
1 parent 7097a42 commit f490cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci-prerequisites.sh
Original file line number Diff line number Diff line change
@@ -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 f490cea

Please sign in to comment.