build(fixes for CI/CD env):
This commit is contained in:
parent
6f21e40746
commit
5f1387b2e6
3 changed files with 4 additions and 4 deletions
BIN
docs/pda.png
Normal file
BIN
docs/pda.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
4
testdata/get__ok__with__binary_run.ct
vendored
4
testdata/get__ok__with__binary_run.ct
vendored
|
|
@ -1,4 +1,4 @@
|
|||
$ fecho cmd sh -c bar
|
||||
$ fecho cmd sh -c echo hello
|
||||
$ pda set foo < cmd
|
||||
$ pda get foo --include-binary --run
|
||||
sh: line 1: bar: command not found
|
||||
hello
|
||||
|
|
|
|||
4
testdata/get__ok__with__binary_run_secret.ct
vendored
4
testdata/get__ok__with__binary_run_secret.ct
vendored
|
|
@ -1,4 +1,4 @@
|
|||
$ fecho cmd sh -c bar
|
||||
$ fecho cmd sh -c echo hello
|
||||
$ pda set foo < cmd
|
||||
$ pda get foo --include-binary --run --secret
|
||||
sh: line 1: bar: command not found
|
||||
hello
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue