Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxesn committed Nov 22, 2023
1 parent adfb6fe commit dae29b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/lib/buildkit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ if [ -f "/buildkit.sh" ]; then
done

# space is limited on presubmit nodes, after each image build clear the build cache
if [ "${JOB_TYPE:-}" == "presubmit" ] && [ "${PRUNE_BUILDCTL:-false}" == "true" ]; then
buildctl prune --all
fi
# if [ "${JOB_TYPE:-}" == "presubmit" ] && [ "${PRUNE_BUILDCTL:-false}" == "true" ]; then
buildctl prune --all
#fi

(exit $s)
else
Expand Down

0 comments on commit dae29b4

Please sign in to comment.