mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
update
Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
a4c283f64b
commit
e8a8c8e923
@ -875,9 +875,14 @@ func TestAllEnvs(t *testing.T) {
|
|||||||
var (
|
var (
|
||||||
buffer bytes.Buffer
|
buffer bytes.Buffer
|
||||||
expected = `
|
expected = `
|
||||||
out: [foobar]
|
======CMD======
|
||||||
out: [foobar]
|
echo "[${INPUT_1}]"
|
||||||
out: [foobar]
|
echo "[${GITHUB_2}]"
|
||||||
|
echo "[${PLUGIN_3}]"
|
||||||
|
======END======
|
||||||
|
out: [foobar]
|
||||||
|
out: [foobar]
|
||||||
|
out: [foobar]
|
||||||
`
|
`
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user