Skip to content
Snippets Groups Projects
Commit 2cb38934 authored by Herman van Rink's avatar Herman van Rink
Browse files

revert https repo

parent 8d78464f
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ upgradetest:debian-jessie-aegir3-apt-upgrade: ...@@ -128,7 +128,7 @@ upgradetest:debian-jessie-aegir3-apt-upgrade:
# Avoid ERROR: invoke-rc.d: policy-rc.d denied execution of start. # Avoid ERROR: invoke-rc.d: policy-rc.d denied execution of start.
- echo "#!/bin/sh" > /usr/sbin/policy-rc.d - echo "#!/bin/sh" > /usr/sbin/policy-rc.d
- echo "exit 0" >> /usr/sbin/policy-rc.d - echo "exit 0" >> /usr/sbin/policy-rc.d
- apt-get install --yes sudo curl cron apt-transport-https - apt-get install --yes sudo curl cron
script: script:
- "scripts/ci-aegir-stable-install-apt-debian.sh" - "scripts/ci-aegir-stable-install-apt-debian.sh"
...@@ -140,6 +140,6 @@ upgradetest:debian-jessie-aegir3-apt-upgrade: ...@@ -140,6 +140,6 @@ upgradetest:debian-jessie-aegir3-apt-upgrade:
- sudo su aegir --login --command 'drush @hostmaster php-eval "echo hosting_task_count();"' - sudo su aegir --login --command 'drush @hostmaster php-eval "echo hosting_task_count();"'
# upgrade to the latest version from the unstable repo. # upgrade to the latest version from the unstable repo.
- rm -v /etc/apt/sources.list.d/aegir-stable.list - rm -v /etc/apt/sources.list.d/aegir-stable.list
- echo "deb https://debian2.aegirproject.org unstable main" | sudo tee -a /etc/apt/sources.list.d/aegir-unstable.list - echo "deb http://debian2.aegirproject.org unstable main" | sudo tee -a /etc/apt/sources.list.d/aegir-unstable.list
- sudo apt-get update - sudo apt-get update
- sudo apt-get --yes upgrade - sudo apt-get --yes upgrade
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment