mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-11 02:52:54 +00:00
chore(scripts): fix typos
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
parent
1d0c50e272
commit
95940d2e16
@ -168,7 +168,7 @@ if [ "${sign_all}" ]; then
|
|||||||
echo "Signing ${package}..."
|
echo "Signing ${package}..."
|
||||||
sign_deb ${tmp_repo_path} ${debSuite} ${file}
|
sign_deb ${tmp_repo_path} ${debSuite} ${file}
|
||||||
|
|
||||||
echo "Synching ${package}.asc to ${s3_bucket_repo}..."
|
echo "Syncing ${package}.asc to ${s3_bucket_repo}..."
|
||||||
aws s3 sync ${tmp_repo_path}/${debSuite}/${package}.asc ${s3_bucket_repo}/${debSuite}/${package}.asc --delete ---acl public-read
|
aws s3 sync ${tmp_repo_path}/${debSuite}/${package}.asc ${s3_bucket_repo}/${debSuite}/${package}.asc --delete ---acl public-read
|
||||||
aws cloudfront create-invalidation --distribution-id ${AWS_CLOUDFRONT_DIST_ID} --paths ${cloudfront_path}/${debSuite}/${package}.asc
|
aws cloudfront create-invalidation --distribution-id ${AWS_CLOUDFRONT_DIST_ID} --paths ${cloudfront_path}/${debSuite}/${package}.asc
|
||||||
fi
|
fi
|
||||||
|
@ -99,7 +99,7 @@ if [ "${sign_all}" ]; then
|
|||||||
echo "Signing ${package}..."
|
echo "Signing ${package}..."
|
||||||
sign_rpm ${tmp_repo_path} ${file}
|
sign_rpm ${tmp_repo_path} ${file}
|
||||||
|
|
||||||
echo "Synching ${package}.asc to ${s3_bucket_repo}..."
|
echo "Syncing ${package}.asc to ${s3_bucket_repo}..."
|
||||||
aws s3 sync ${tmp_repo_path}/${package}.asc ${s3_bucket_repo}/${package}.asc --delete ---acl public-read
|
aws s3 sync ${tmp_repo_path}/${package}.asc ${s3_bucket_repo}/${package}.asc --delete ---acl public-read
|
||||||
aws cloudfront create-invalidation --distribution-id ${AWS_CLOUDFRONT_DIST_ID} --paths ${cloudfront_path}/${package}.asc
|
aws cloudfront create-invalidation --distribution-id ${AWS_CLOUDFRONT_DIST_ID} --paths ${cloudfront_path}/${package}.asc
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user