parent
9107617eb8
commit
1532b27c2b
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ if [ -z "${REPO_URL+x}" ]; then
|
|||
|
||||
# Upload repository to S3.
|
||||
greenprint "☁ Uploading RPMs to S3"
|
||||
s3cmd --acl-public sync . s3://${REPO_BUCKET}/
|
||||
s3cmd --acl-public put --recursive repo/ s3://${REPO_BUCKET}/repo/
|
||||
|
||||
# Public URL for the S3 bucket with our artifacts.
|
||||
MOCK_REPO_BASE_URL="http://osbuild-composer-repos.s3-website.us-east-2.amazonaws.com"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue