From ea9d63bec14c656bebe21ac24b10dc10c3730cc9 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Fri, 20 Apr 2018 16:36:59 +0200 Subject: [PATCH] Issue #10: Use updated Docker image. --- .taskcluster.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index d1791a19a21b..43cd862f9120 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -20,13 +20,13 @@ tasks: payload: maxRunTime: 3600 deadline: "{{ '2 hours' | $fromNow }}" - image: 'mozillamobile/fenix:1.1' + image: 'mozillamobile/fenix:1.2' command: - /bin/bash - '--login' - '-cx' - >- - git fetch {{ event.head.repo.url }} {{ event.head.repo.branch }} + && git fetch {{ event.head.repo.url }} {{ event.head.repo.branch }} && git config advice.detachedHead false && git checkout {{event.head.sha}} && ./gradlew --no-daemon clean assemble test detektCheck ktlint lint @@ -65,7 +65,7 @@ tasks: payload: maxRunTime: 3600 deadline: "{{ '2 hours' | $fromNow }}" - image: 'mozillamobile/fenix:1.1' + image: 'mozillamobile/fenix:1.2' command: - /bin/bash - '--login'