diff options
| author | Paweł Stołowski <stolowski@gmail.com> | 2020-04-17 13:45:23 +0200 |
|---|---|---|
| committer | Paweł Stołowski <stolowski@gmail.com> | 2020-04-17 13:45:23 +0200 |
| commit | 72c38d98ac8041bcbf58359647f155ea61207d43 (patch) | |
| tree | 7e008e4a2f40dfc184d0026126574fbb7876c869 | |
| parent | bd87dce0d8c53a9012986a990ebd2e42b80653f6 (diff) | |
Temporarily allow unathenticated jenkins deb as the test fails at the moment.jenkins-allow-unauth
| -rw-r--r-- | tests/main/special-home-can-run-classic-snaps/task.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/main/special-home-can-run-classic-snaps/task.yaml b/tests/main/special-home-can-run-classic-snaps/task.yaml index d95dab6bad..2c18c7b42c 100644 --- a/tests/main/special-home-can-run-classic-snaps/task.yaml +++ b/tests/main/special-home-can-run-classic-snaps/task.yaml @@ -18,8 +18,8 @@ prepare: | wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | apt-key add - echo 'deb http://pkg.jenkins.io/debian-stable binary/' > /etc/apt/sources.list.d/jenkins.list apt-get update - apt-get install -y jenkins - apt install jenkins + # XXX: remove --allow-unauthenticated once jenkins repo is updated. + apt-get install -y --allow-unauthenticated jenkins ;; postgres) apt install -y postgresql |
