Sat*_*esh 12 shell continuous-integration pipeline gitlab gitlab-ci
我正在使用 Gitlab CICD 运行一个简单的 shell 脚本,但权限被拒绝。请建议
当我chmod +x test.sh
这样做时,它说不允许操作。
stages:
- build
build:
stage: build
script:
- ls
- ./test.sh
Run Code Online (Sandbox Code Playgroud)
外壳测试.sh
echo Hi
Run Code Online (Sandbox Code Playgroud)
错误: