Skip to content

Commit 014822f

Browse files
committed
remove keepBytes
Signed-off-by: Junpu Fan <junpu@amazon.com>
1 parent 9891bb1 commit 014822f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/scripts/buildkitd.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,9 @@ cat <<EOF > "$TMP_CONFIG"
9191
defaultKeepStorage = "$KEEP_HUMAN"
9292
[[gc.policy]]
9393
keepDuration = "720h" # 30 days
94-
keepBytes = "$KEEP_BYTES"
9594
filters = ["type==regular"]
9695
EOF
9796

98-
echo "New Config: "
99-
cat $TMP_CONFIG
100-
echo "Old Config: "
101-
cat $CONFIG_PATH
102-
10397
if [ ! -f "$CONFIG_PATH" ]; then
10498
echo "🆕 No existing config found — creating $CONFIG_PATH"
10599
sudo cp "$TMP_CONFIG" "$CONFIG_PATH"

0 commit comments

Comments
 (0)