Codeship Pro特殊字符

时间:2017-08-25 17:08:41

标签: curl continuous-integration codeship

我正在尝试向Codeship Pro构建添加一个步骤来卷曲bash脚本并执行它。所以我在codeship-steps.yml

中有以下内容
- service: my_service   
  command: bash <(curl -s https://url.of.the/script)

当我尝试运行我的构建(在代码行或通过jet)时,我得到以下错误输出:

bash: <(curl: No such file or directory

执行jet run并进入我的Docker镜像,我可以运行该命令没问题。 Codeship's instructions提到以下内容:

  

请注意,引用会被视为拆分参数,但是特殊字符,例如&amp;&amp;,|或者&gt;不是。

这似乎有点奇怪的限制。我是否误解了这个注释,我的代码行为步骤还有其他问题,还是有另一种方式来卷曲和执行脚本?

0 个答案:

没有答案