We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeaf253 commit ed4d267Copy full SHA for ed4d267
2 files changed
.github/workflows/launchpad_ppa.yml_
@@ -199,7 +199,7 @@ jobs:
199
if: steps.check_distro.outputs.should_run == 'true'
200
run: |
201
# Clean any build artifacts
202
- rm -f all-smi
+ rm -f bssh
203
rm -rf target/
204
205
# Ensure Architecture field is 'any' for source package
src/cli.rs
@@ -19,6 +19,7 @@ use std::path::PathBuf;
19
#[command(
20
name = "bssh",
21
version,
22
+ before_help = "",
23
about = "Backend.AI SSH - Parallel command execution across cluster nodes",
24
long_about = None
25
)]
0 commit comments