mirror of
https://github.com/serokell/deploy-rs.git
synced 2024-11-22 05:04:13 +03:00
add test for allow_hyphen_values of --ssh-opts
This commit is contained in:
parent
ddf42d7238
commit
20261c6428
@ -131,4 +131,9 @@ in {
|
||||
user = "deploy";
|
||||
deployArgs = "-s .#profile -- --offline";
|
||||
};
|
||||
hyphen-ssh-opts-regression = mkTest {
|
||||
name = "profile";
|
||||
user = "deploy";
|
||||
deployArgs = "-s .#profile --ssh-opts '-p 22 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' -- --offline";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user