美文网首页
在Gitlab CI/CD流水线作业中使用 git clone

在Gitlab CI/CD流水线作业中使用 git clone

作者: 87d6dc4b11a7 | 来源:发表于2023-11-07 13:59 被阅读0次

背景:在Windows上安装Gitlab-Runner

重新安装Gitlab-Runner,在安装时指定user为 windows 当前登录用户,

cd C:\GitLab-Runner
.\gitlab-runner.exe stop
.\gitlab-runner.exe uninstall
cd ..
rmdir /s GitLab-Runner

cd C:\GitLab-Runner
.\gitlab-runner.exe install --user ENTER-YOUR-USERNAME --password ENTER-YOUR-PASSWORD
.\gitlab-runner.exe start

相关文章

网友评论

      本文标题:在Gitlab CI/CD流水线作业中使用 git clone

      本文链接:https://www.haomeiwen.com/subject/brnzidtx.html