Sung Sil Kim

Results 1 comments of Sung Sil Kim

I had the same problem w/ `circleci/android:api-29-node` image and this solved the issue for me. ```sh sh("echo", someString, ">", "Output.txt") #before sh "echo " + someString + " > Output.txt"...