复制 Markdown 文本在 ChatGPT 中打开在 Claude 中打开查阅 Markdown 源码查阅编辑历史编辑当前页面添加子页面提交文档议题提交项目议题打印完整章节gitlab_ci runners2022-08-18 · 发布于 博客 · 55 字 · 1 分钟ServerDownload the binary for your system sudo curl -L --output /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64Give it permissions to execute sudo chmod +x /usr/local/bin/gitlab-runnerCreate a GitLab CI user sudo useradd --comment 'GitLab Runner' --create-home gitlab-runner --shell /bin/bashInstall and run as service sudo gitlab-runner install --user=gitlab-runner --working-directory=/home/gitlab-runner sudo gitlab-runner start sudo gitlab-runner register --url http://andrewandbecky.top:30000/ --registration-token $REGISTRATION_TOKEN ←ceph分布式安装 spark group by 操作→加载评论需要启用 JavaScript。 在 GitHub 上查看讨论。