gpt4 book ai didi

gitlab - 上传工件已被禁用

转载 作者:行者123 更新时间:2023-12-02 05:02:55 25 4
gpt4 key购买 nike

有谁知道如何解决“缺少 gitlab-runner。上传工件被禁用。

我的服务器上有两个 ssh 运行程序。一种用于本地 ssh 运行程序,另一种用于远程服务器 ssh 运行程序。本地 ssh 运行程序运行良好。但是,当我调用远程 shh 运行程序时,它正在成功构建,但显示“缺少 gitlab-runner。上传工件已被禁用。”这样我就无法在下一阶段调用该工件。

gitlab-ci.yml 文件如下所示:

stages:
- build
- deploy
cache:
paths:
- .gradle/wrapper
- .gradle/caches
build:
stage: build
script:
- build script
artifacts:
paths:
- build/
only:
- master
deploy:
stage: deploy
script:
- deploy script
dependencies:
- build
only:
- master

最佳答案

您还需要在 ssh 目标主机上安装 gitlab-runner。 Gitlab 不知何故需要它来上传工件。现在也记录了这一点:https://docs.gitlab.com/runner/executors/ssh.html :

If you want to upload job artifacts, install gitlab-runner on the host you are connecting to via SSH.

关于gitlab - 上传工件已被禁用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45567587/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com