mirror of
https://git.feneas.org/feneas/fediverse.git
synced 2025-01-23 14:12:20 +01:00
Update backports url
This commit is contained in:
parent
e97395fa92
commit
0c28f448d1
@ -51,9 +51,9 @@ cert-renewal:
|
|||||||
variables:
|
variables:
|
||||||
CERTBOT_RENEWAL_GIT_TOKEN: $CERTBOT_RENEWAL_GIT_TOKEN
|
CERTBOT_RENEWAL_GIT_TOKEN: $CERTBOT_RENEWAL_GIT_TOKEN
|
||||||
script:
|
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 update
|
||||||
- apt-get install certbot -t jessie-backports -y
|
- apt-get install certbot -t stretch-backports -y
|
||||||
- apt-get install git curl -y
|
- apt-get install git curl -y
|
||||||
- export PATH=$PATH:$CI_PROJECT_DIR
|
- export PATH=$PATH:$CI_PROJECT_DIR
|
||||||
- git config --global user.name $GITLAB_USER_LOGIN
|
- git config --global user.name $GITLAB_USER_LOGIN
|
||||||
|
Loading…
Reference in New Issue
Block a user