Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert bash and shell
-e
filePath escape (actions#1932)
It generated invalid arguments for `Process()` when the `bash` command itself was an argument as well, for example: ``` _proc.StartInfo.FileName = "/usr/bin/docker"; _proc.StartInfo.Arguments = "exec -i --workdir /__w/container-hook-e2e/container-hook-e2e 47105c66144d8809d9fa2bce9a58ea0564cd14def0ae7952cd6231fba3576db1 sh -e '/__w/_temp/fd086560-cb92-4f3b-a99c-35a6b7b1bbdb.sh'"; ```
- Loading branch information