Skip to content

Commit

Permalink
Increase max size of images stored on disk
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Oct 25, 2023
1 parent d9ae551 commit bb5f456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_purge_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# the oldest one

# Max allowed size of all images in GB
THRESHOLD_IN_GB="5"
THRESHOLD_IN_GB="15"

get_size_of_all_images_in_GB() {
declare -g total_image_size_number="0"
Expand Down

0 comments on commit bb5f456

Please sign in to comment.