mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-27 13:17:38 +00:00
fix(ci): update sync in deb and rpm scripts with acl
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
@@ -262,5 +262,5 @@ aws cloudfront create-invalidation --distribution-id ${AWS_CLOUDFRONT_DIST_ID} -
|
|||||||
# delete packages that have been pruned
|
# delete packages that have been pruned
|
||||||
# the dryrun option is there so we can check that we're doing the right thing, can be removed after testing
|
# the dryrun option is there so we can check that we're doing the right thing, can be removed after testing
|
||||||
if [[ ${repo} == "deb-dev" ]]; then
|
if [[ ${repo} == "deb-dev" ]]; then
|
||||||
aws s3 sync "${tmp_repo_path}/${debSuite}" ${s3_bucket_repo} --dryrun --delete
|
aws s3 sync "${tmp_repo_path}/${debSuite}" ${s3_bucket_repo} --dryrun --delete --acl public-read
|
||||||
fi
|
fi
|
||||||
|
@@ -189,5 +189,5 @@ aws cloudfront create-invalidation --distribution-id ${AWS_CLOUDFRONT_DIST_ID} -
|
|||||||
# delete packages that have been pruned
|
# delete packages that have been pruned
|
||||||
# the dryrun option is there so we can check that we're doing the right thing, can be removed after testing
|
# the dryrun option is there so we can check that we're doing the right thing, can be removed after testing
|
||||||
if [[ ${repo} == "rpm-dev" ]]; then
|
if [[ ${repo} == "rpm-dev" ]]; then
|
||||||
aws s3 sync ${tmp_repo_path} ${s3_bucket_repo} --dryrun --delete
|
aws s3 sync ${tmp_repo_path} ${s3_bucket_repo} --dryrun --delete --acl public-read
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user