Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Issue #10: Use updated Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed Apr 20, 2018
1 parent f212506 commit ea9d63b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit ea9d63b

Please sign in to comment.