From 9dde5726cd8982fe831e80ad8aa07140372403bf Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Mon, 25 Jan 2021 10:40:46 +0100 Subject: [PATCH] Fix decision task --- .taskcluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index e046dc67..29d86974 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -32,7 +32,7 @@ tasks: payload: maxRunTime: 600 - image: "ubuntu:16.04" + image: "ubuntu:18.04" features: taskclusterProxy: true @@ -45,7 +45,7 @@ tasks: - "--login" - "-cxe" - > - echo "deb http://archive.ubuntu.com/ubuntu/ xenial-updates main" > /etc/apt/sources.list.d/xenial-updates.list && + echo "deb http://archive.ubuntu.com/ubuntu/ bionic-updates main" > /etc/apt/sources.list.d/bionic-updates.list && apt-get -qq update && apt-get -qq -y install git python3-pip curl sudo && adduser --system --home /home/build-user build-user && cd /home/build-user/ &&