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