If you don't prefix the script string with a shebang, Cloud Build uses #!/bin/sh which is the basic sh shell, not Bash shell. If you specify script in a build ...
確定! 回上一頁