From 2b988c8cc7556e876ec1273460340561004db5d5 Mon Sep 17 00:00:00 2001 From: Christopher Date: Tue, 24 Nov 2020 18:01:23 +0800 Subject: [PATCH] use the same ubuntu version with the package --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ade4d3..ab38f55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,6 +41,8 @@ build: - cd ./omnibus-gitlab/docker # write RELEASE - echo "PACKAGECLOUD_REPO=gitlab-ce" > RELEASE && echo "RELEASE_PACKAGE=gitlab-ce" >> RELEASE && echo "RELEASE_VERSION=${CI_COMMIT_TAG}" >> RELEASE && echo "DOWNLOAD_URL=https://packages.gitlab.com/gitlab/gitlab-ce/packages/ubuntu/focal/gitlab-ce_${CI_COMMIT_TAG}_arm64.deb/download.deb" >> RELEASE + # use the same ubuntu version with the package + - sed -i 's/ubuntu:.*/ubuntu:focal/' ./Dockerfile # missing package libatomic1 after version 13 - sed -i 's/less/less libatomic1/' ./Dockerfile # build