Commit 617a723b authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'vendor-gitlab-ci-auto-devops-yml' into 'master'

Vendor Auto-DevOps.gitlab-ci from gitlab-ci-yml

See merge request gitlab-org/gitlab-ce!21775
parents e23d08c7 2f46c902
---
title: Make AutoDevOps work behind proxy
merge_request: 21775
author: Sergej - @kinolaev
type: other
......@@ -635,8 +635,8 @@ 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://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk
curl -L -o /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
curl -L -O https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk
apk add glibc-2.28-r0.apk
rm glibc-2.28-r0.apk
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment