upload: build and run vacuum in one command

less verbose this way
This commit is contained in:
Harald Sitter
2026-04-22 13:18:28 +02:00
parent 67a4091262
commit df8c400a29

View File

@@ -79,8 +79,7 @@ go -C ./uploader/ run . --remote "$S3_TARGET"
### Clean up previous images (this replaces the upload-tree with only SHA256SUMS!)
go -C ./token-redeemer/ run .
go -C ./upload-vacuum-v3/ build -o upload-vacuum-v3 .
./upload-vacuum-v3/upload-vacuum-v3
go -C ./upload-vacuum-v3/ run .
#### Sign SHA256SUMS
gpg --homedir="$GNUPGHOME" --output "$V2_TREE/SHA256SUMS.gpg" --detach-sign "$V2_TREE/SHA256SUMS"