diff options
author | Dylan Griffith <dyl.griffith@gmail.com> | 2018-08-14 09:15:00 +0100 |
---|---|---|
committer | Dylan Griffith <dyl.griffith@gmail.com> | 2018-08-14 09:16:09 +0100 |
commit | 8ab5642c25cc6b2751d82759cd2654ccf14c89c1 (patch) | |
tree | 63ba2a8bebb2780dd51f911f61d0f86ef5849a8b /vendor | |
parent | 3d93a77220d3dc8c6c5aa882a769496d13cc2455 (diff) | |
download | gitlab-ce-8ab5642c25cc6b2751d82759cd2654ccf14c89c1.tar.gz |
Auto-DevOps.gitlab-ci.yml: Update glibc package signing key URL
Vendored in from https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/185
Thanks @sgerrand
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml b/vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml index dae80c6542d..39876805ffa 100644 --- a/vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml +++ b/vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml @@ -641,7 +641,7 @@ rollout 100%: function install_dependencies() { apk add -U openssl curl tar gzip bash ca-certificates git - wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub + wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.23-r3/glibc-2.23-r3.apk apk add glibc-2.23-r3.apk rm glibc-2.23-r3.apk |