Curl Codeship Pro特殊字符

Curl Codeship Pro特殊字符,curl,continuous-integration,codeship,Curl,Continuous Integration,Codeship,我正在尝试向Codeship Pro构建添加一个步骤,该步骤卷曲bash脚本并执行它。因此,在我的编码步骤中有以下内容。yml - service: my_service command: bash <(curl -s https://url.of.the/script) -服务:我的服务 命令:bash您是否使用sudo权限运行此命令?阅读此:和此:您是否使用sudo权限运行此命令?阅读此:和此: bash: <(curl: No such file or direct

我正在尝试向Codeship Pro构建添加一个步骤,该步骤卷曲bash脚本并执行它。因此,在我的
编码步骤中有以下内容。yml

- service: my_service   
  command: bash <(curl -s https://url.of.the/script)
-服务:我的服务

命令:bash您是否使用sudo权限运行此命令?阅读此:和此:您是否使用sudo权限运行此命令?阅读此:和此:
bash: <(curl: No such file or directory