英文: gitlab-ci.yml job failed (ERROR: Job failed: exit status 1) 问题 我的GitLab CI作业失败了。我收到的消息是ERROR: Jo...
在GitLab合并请求中测试所有提交。
英文: Testing all commits in a GitLab merge request 问题 有没有办法为分支顶部以外的提交创建额外的作业? 英文: I have a project in...
删除存储库中特定文件的所有先前版本。只保留最新的。
英文: Remove all previous versions of certain files in a repository. Only keep the latest 问题 我有一个包含许多二...
gitlab runner 未检测到 Docker。
英文: gitlab runner not detecting docker 问题 这个问题看起来是与你的GitLab Runner和Docker服务之间的连接问题有关。错误信息表明 GitLab R...
使用git自动将文件内容转换为适合所有平台的格式
英文: Using git to auto-convert files contents to fit all platform 问题 我有一个多平台的项目,不时会出现一些通用数据文件,这些文件针对一...
GitLab CI流水线在单引号内有双引号时无法解析变量,未解析。
英文: Gilab-ci pipeline not resolving variables not resolved when there is a double quotes inside sing...
如何正确使用GitLab Runner?
英文: How to use gitlab runner correctly? 问题 我尝试弄清楚如何使用GitLab CI/CD流水线部署项目。 我创建了一个Runner,并在远程服务器上注册了它。...
如何为本地托管的应用程序设置重定向URI
英文: How to set up the redirect URI for a locally hosted application 问题 I am trying to integrate gitl...
Gitlab Pipeline 使用 ARM 架构 – 总是失败,显示:exec /bin/sh: exec format error
英文: Gitlab Pipeline with ARM architecture - always fails with: exec /bin/sh: exec format error 问题 只是...
Gitlab Runner陷入后台进程卡住。
英文: gitlab runner gets stuck with background process 问题 在GitLab CI/CD中,我想要启动一个后台进程(在Ubuntu中使用Bash)。 ...
15