Skip to content

Commit 508c95c

Browse files
committed
fix: taito_ssh_user not mandatory
1 parent 04b4440 commit 508c95c

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

scripts/linux-provider/taito-deployment-deploy#post.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22
: "${taito_cli_path:?}"
3-
: "${taito_ssh_user:?}"
43
: "${taito_host:?}"
54
: "${taito_host_dir:?}"
65
: "${taito_namespace:?}"

scripts/linux-provider/taito-env-apply#post.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22
: "${taito_cli_path:?}"
3-
: "${taito_ssh_user:?}"
43
: "${taito_host:?}"
54
: "${taito_host_dir:?}"
65
: "${taito_env:?}"

scripts/linux-provider/taito-env-destroy#post.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22
: "${taito_cli_path:?}"
33
: "${taito_namespace:?}"
4-
: "${taito_ssh_user:?}"
54
: "${taito_host:?}"
65
: "${taito_host_dir:?}"
76

scripts/linux-provider/taito-env-rotate#post.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22
: "${taito_cli_path:?}"
3-
: "${taito_ssh_user:?}"
43
: "${taito_host:?}"
54
: "${taito_host_dir:?}"
65
: "${taito_env:?}"

0 commit comments

Comments
 (0)