Skip to content

Commit

Permalink
Assume that the publish bucket already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor committed May 24, 2024
1 parent 2421ce8 commit 19994ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bin/publish-image
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ secret_key = ${S3_SECRET_KEY}
use_https = True
signurl_use_https = True
EOF
s3cmd mb "s3://$S3_BUCKET"
s3cmd put "${IMAGE_NAME}.qcow2" "s3://$S3_BUCKET"
s3cmd put "${IMAGE_NAME}.cosign.bundle" "s3://$S3_BUCKET"

Expand Down
1 change: 0 additions & 1 deletion bin/publish-manifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ secret_key = ${S3_SECRET_KEY}
use_https = True
signurl_use_https = True
EOF
s3cmd mb "s3://$S3_BUCKET"

# Copy the manifest to a file named after the commit SHA before uploading
cp "$MANIFEST_FILE" "${GITHUB_SHA}.manifest"
Expand Down

0 comments on commit 19994ec

Please sign in to comment.