Update backports url

This commit is contained in:
lostinlight 2019-04-02 21:41:14 +03:00
parent e97395fa92
commit 0c28f448d1
1 changed files with 2 additions and 2 deletions

View File

@ -51,9 +51,9 @@ cert-renewal:
variables:
CERTBOT_RENEWAL_GIT_TOKEN: $CERTBOT_RENEWAL_GIT_TOKEN
script:
- echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
- echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/sources.list
- apt-get update
- apt-get install certbot -t jessie-backports -y
- apt-get install certbot -t stretch-backports -y
- apt-get install git curl -y
- export PATH=$PATH:$CI_PROJECT_DIR
- git config --global user.name $GITLAB_USER_LOGIN