10.0.0升级到13.12.9
cat < EOF > /etc/yum.repos.d/gitlab-ce.repo
[gitlab-ce]
name=gitlab-ce
baseurl=https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/
repo_gpgcheck=0
gpgcheck=0
enable=1
gpgkey=https://packages.gitlab.com/gpg.key
yum install -y gitlab-ce-10.8.0
yum install -y gitlab-ce-11.11.8
yum install -y gitlab-ce-12.1.3
yum install -y gitlab-ce-12.10.14
yum install -y gitlab-ce-13.0.10
yum install -y gitlab-ce-13.12.9
#查询版本号
cat /opt/gitlab/embedded/service/gitlab-rails/VERSION
#查看状态
gitlab-ctl status
#重新启动
gitlab-ctl restart
上次更新时间 13 3 月, 2023 at 09:59 上午