mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
chore: update
Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
d880490dd7
commit
1df34af051
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
@ -34,11 +34,6 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up WARP
|
||||
uses: fscarmen/warp-on-actions@v1.1
|
||||
with:
|
||||
stack: dual
|
||||
|
||||
- name: setup sshd server
|
||||
run: |
|
||||
apk add git make curl perl bash build-base zlib-dev ucl-dev sudo
|
||||
|
@ -971,16 +971,16 @@ func TestCommandWithIPv6(t *testing.T) {
|
||||
======CMD======
|
||||
whoami
|
||||
======END======
|
||||
out: ubuntu
|
||||
out: drone-scp
|
||||
`
|
||||
)
|
||||
|
||||
plugin := Plugin{
|
||||
Config: Config{
|
||||
Host: []string{"2402:1f00:8000:800::2628"},
|
||||
Username: "ubuntu",
|
||||
Host: []string{"::1"},
|
||||
Username: "drone-scp",
|
||||
Port: 22,
|
||||
Password: "1234567890",
|
||||
KeyPath: "./tests/.ssh/id_rsa",
|
||||
Script: []string{
|
||||
"whoami",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user