我正在关注Stark & Wayne教程并遇到了一个问题:
管道失败
hijack: Backend error: Exit status: 500, message {"Type":"","Message": "
runc exec: exit status 1: exec failed: container_linux.go:247:
starting container process caused \"exec format error\"\n","Handle":""}
我有一项git
资源和一项工作,一项任务:
- task: test
file: resource-ci/ci/test.yml
test.yml 文件:
platform: linux
image_resource:
type: docker-image
source:
repository: busybox
tag: latest
inputs:
- name: resource-tool
run:
path: resource-tool/scripts/deploy.sh
deploy.sh
是一个简单的虚拟文件,只有一个echo
命令
echo [+] Testing in the process ...
那会是什么?