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
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up WARP
|
|
||||||
uses: fscarmen/warp-on-actions@v1.1
|
|
||||||
with:
|
|
||||||
stack: dual
|
|
||||||
|
|
||||||
- name: setup sshd server
|
- name: setup sshd server
|
||||||
run: |
|
run: |
|
||||||
apk add git make curl perl bash build-base zlib-dev ucl-dev sudo
|
apk add git make curl perl bash build-base zlib-dev ucl-dev sudo
|
||||||
|
@ -971,16 +971,16 @@ func TestCommandWithIPv6(t *testing.T) {
|
|||||||
======CMD======
|
======CMD======
|
||||||
whoami
|
whoami
|
||||||
======END======
|
======END======
|
||||||
out: ubuntu
|
out: drone-scp
|
||||||
`
|
`
|
||||||
)
|
)
|
||||||
|
|
||||||
plugin := Plugin{
|
plugin := Plugin{
|
||||||
Config: Config{
|
Config: Config{
|
||||||
Host: []string{"2402:1f00:8000:800::2628"},
|
Host: []string{"::1"},
|
||||||
Username: "ubuntu",
|
Username: "drone-scp",
|
||||||
Port: 22,
|
Port: 22,
|
||||||
Password: "1234567890",
|
KeyPath: "./tests/.ssh/id_rsa",
|
||||||
Script: []string{
|
Script: []string{
|
||||||
"whoami",
|
"whoami",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user