Skip to content

Commit 725ac94

Browse files
committed
chore: remove redundant crates from binary removal script
1 parent dc44346 commit 725ac94

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

resources/scripts/remove-s3-binary-archives.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,22 @@ architectures=(
1515
"x86_64-unknown-linux-musl"
1616
)
1717
declare -A binary_crate_dir_mappings=(
18-
["faucet"]="sn_faucet"
1918
["nat-detection"]="nat-detection"
2019
["node-launchpad"]="node-launchpad"
21-
["safe"]="sn_cli"
20+
["autonomi"]="autonomi-cli"
2221
["safenode"]="sn_node"
2322
["safenode-manager"]="sn_node_manager"
2423
["safenode_rpc_client"]="sn_node_rpc_client"
2524
["safenodemand"]="sn_node_manager"
26-
["sn_auditor"]="sn_auditor"
2725
)
2826
declare -A binary_s3_bucket_mappings=(
29-
["faucet"]="sn-faucet"
3027
["nat-detection"]="nat-detection"
3128
["node-launchpad"]="node-launchpad"
32-
["safe"]="sn-cli"
29+
["autonomi"]="autonomi-cli"
3330
["safenode"]="sn-node"
3431
["safenode-manager"]="sn-node-manager"
3532
["safenode_rpc_client"]="sn-node-rpc-client"
3633
["safenodemand"]="sn-node-manager"
37-
["sn_auditor"]="sn-auditor"
3834
)
3935

4036
for arch in "${architectures[@]}"; do

0 commit comments

Comments
 (0)