From 8ebb4adfcd1c7d39b452a10f3628adc4f0abbae4 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Thu, 19 Apr 2018 17:24:40 +0200 Subject: [PATCH] Issue #10: .taskcluster.yml Rename master build task and run code quality tools. --- .taskcluster.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 67aaef1c6..567995129 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -73,7 +73,7 @@ tasks: git fetch origin && git checkout {{event.head.sha}} && python automation/taskcluster/get-secret.py -s project/fenix/sentry -k sentryDsn -f .sentry - && ./gradlew --no-daemon clean assemble test + && ./gradlew --no-daemon clean assemble test detektCheck ktlint lint features: taskclusterProxy: true artifacts: @@ -86,7 +86,7 @@ tasks: path: '/build/phoenix/app/build/reports' expires: "{{ '1 week' | $fromNow }}" metadata: - name: Fenix - Pull Request - description: Building and testing fenix - triggered by a pull request. + name: Fenix - Master build + description: Building and testing fenix owner: '{{ event.head.user.email }}' source: '{{ event.head.repo.url }}'