小编Art*_*ius的帖子

Shell 类型的 Runner 不起作用:作业失败(系统故障):准备环境:

1-环境:

  • Gitlab-CE
  • GitLab 13.2.1 (b55baf593e6)
  • 亚搏体育应用外壳 13.3.0
  • 亚搏体育app主力v8.37.0
  • GitLab API v4
  • 红宝石 2.6.6p146
  • 导轨 6.0.3.1
  • PostgreSQL 11.7
  • Debian GNU / Linux 10 服务器(破坏者)

2- .gitlab-ci.yml 文件:

before_script:
  - echo "--------- STARTING WORK ------------"

job_homologacao:
   only:
     - homologation
   script:
     - cd /home/ati/
     - mkdir test
     - echo "got here"

job_producao:
   only:
     - master
   script:
     - cd /home/ati/test/
     - echo "got here"
Run Code Online (Sandbox Code Playgroud)

3- 执行 运行程序时出现错误:在运行程序上使用 gitlab-runner 13.2.1 (efa30e33) 运行,使用 Akx_BvYF shell 准备“shell”执行器使用 Shell 执行程序...准备环境在 Hermes 上运行...错误:作业失败(系统故障):准备环境:退出状态 1. 检查https://docs.gitlab.com/runner/shells/index.html#shell-profile-loading了解更多信息 …

gitlab gitlab-ci-runner gitlab-ce

8
推荐指数
3
解决办法
6845
查看次数

标签 统计

gitlab ×1

gitlab-ce ×1

gitlab-ci-runner ×1