Skip to content

Commit

Permalink
Fix decision task
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Lissy committed Jan 25, 2021
1 parent f2e9c85 commit 9dde572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks:

payload:
maxRunTime: 600
image: "ubuntu:16.04"
image: "ubuntu:18.04"

features:
taskclusterProxy: true
Expand All @@ -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/ &&
Expand Down

0 comments on commit 9dde572

Please sign in to comment.