随笔分类 -  gitlab

摘要:Ubuntu下部署gitlab 1.安装gitlab服务 1.安装依赖 在ubuntu下使用快捷键ctrl+alt+T打开命令行窗口,然后运行下面命令 sudo apt update sudo apt-get upgrade sudo apt-get install curl openssh-ser 阅读全文
posted @ 2024-12-14 15:19 河北大学-徐小波 阅读(24) 评论(0) 推荐(0) 编辑
摘要:gitlab实现CI/CD自动化部署 https://blog.csdn.net/Boale_H/article/details/141161557 gitlab runner : ERROR: Job failed: prepare environment https://segmentfault 阅读全文
posted @ 2024-12-14 15:18 河北大学-徐小波 阅读(5) 评论(0) 推荐(0) 编辑
摘要:stages: - build - test - deploy build-job: stage: build script: - echo "Compiling the code..." - echo "Compile complete." unit-test-job: stage: test s 阅读全文
posted @ 2024-12-14 15:18 河北大学-徐小波 阅读(4) 评论(0) 推荐(0) 编辑
摘要:default: before_script: - echo "start deploy" - echo $CI_COMMIT_REF_NAME # 阶段stages: - install - buildDev - buildTest - buildProd - deployDev - deploy 阅读全文
posted @ 2024-12-14 15:17 河北大学-徐小波 阅读(4) 评论(0) 推荐(0) 编辑
摘要:gitlab runner : ERROR: Job failed: prepare environment https://segmentfault.com/a/1190000044719792 查询相关的站点显示错误的原因是由于gitlab runner执行了用户文件夹下的.bash_logou 阅读全文
posted @ 2024-12-14 15:17 河北大学-徐小波 阅读(11) 评论(0) 推荐(0) 编辑