我尝试使用Remote Builder图像设置AppEngine应用的远程builde。
这是我的cloudbuild.yaml:
steps:
- name: gcr.io/{PROJECT_NAME}/remote-builder
env:
- ZONE=us-east1-b
- INSTANCE_NAME=Remote_Cloud_Build
- INSTANCE_ARGS=--image-project cos-cloud --image-family cos-stable
我已从远程构建器example获取了此值
但是,当我尝试使用gcloud builds submit --config cloudbuild.yaml
进行部署时,出现错误消息:
/bin/run-builder.sh: line 2: $'\r': command not found
你能帮我吗?
预先感谢!
答案 0 :(得分:0)
该问题与Windows样式run-builder.sh
文件结尾有关。我已将其从CRLF更改为LF,并且可以使用