show path upload count

This commit is contained in:
Charles Hall 2025-07-30 09:52:32 -07:00
parent 132528b545
commit 547881fb4a

View file

@ -18,6 +18,8 @@ just() {
<<< "${derivations[*]}" <<< "${derivations[*]}"
) )
echo "Found ${#upload_paths[@]} paths to upload"
if [ -z ${ATTIC_TOKEN+x} ]; then if [ -z ${ATTIC_TOKEN+x} ]; then
echo "\$ATTIC_TOKEN is unset, skipping uploading to the binary cache" echo "\$ATTIC_TOKEN is unset, skipping uploading to the binary cache"
return return