[运维] GitLab-Runner is failing jobs with a “shell not found“ error 2024-05-09 18:12 运维, gitlab 24人 已看 参考文献 jobs-fails-shell-not-found 处理方式 image: name: node:18-buster entrypoint: [ '/bin/bash', '-c', 'ln -snf /bin/bash /bin/sh && /bin/bash -c $0' ]