Skip to content

Commit

Permalink
ci: Fix clean up step for signed artifact (#657)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
Fix the error in pkg build in aws: "error: argument subcommand: Invalid
choice" introduced in
https://github.com/runfinch/finch/pull/458/files#diff-0134cf9698393331b869104a3488e7a44bd4c112dbb3b6a10b0acbb7b26f886aR41

- [X] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Kevin Li <cnkevin@amazon.com>
  • Loading branch information
KevinLiAWS committed Oct 25, 2023
1 parent 3e25043 commit c199b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer-builder/tools/artifact-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ downloadSignedExecutables() {
fi

tar xzvf "./installer-builder/output/executables/signed/finch-executables-${1//_/-}.zip" -C ./installer-builder/output/executables/signed
aws s3 "rm s3://${2}-${1//_/-}/pre-signed/package.tar.gz"
aws s3 rm "s3://${2}-${1//_/-}/pre-signed/package.tar.gz"
}

#$1: arch: {x86_64, aarch64}
Expand Down

0 comments on commit c199b67

Please sign in to comment.