Skip to content

Commit

Permalink
Issue mozilla-mobile#2995: Disable bitbar in master
Browse files Browse the repository at this point in the history
  • Loading branch information
psymoon committed Jun 30, 2020
1 parent 5b237fc commit 43c31fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions taskcluster/ci/build/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
master:
run:
gradlew: ["-PisPullRequest", "clean", "assembleSystem", "assembleAndroidTest", "lint", "checkstyle", "ktlint", "pmd", "detekt", "test"]
post-gradlew:
- ["python", "./tools/taskcluster/get-bitbar-token.py"]
- ["python", "./tools/taskcluster/execute-bitbar-test.py", "system/debug", "app-system-debug"]
# Disabling bitbar until the bug is resolved: https://github.com/mozilla-mobile/firefox-tv/issues/2995
# post-gradlew:
#- ["python", "./tools/taskcluster/get-bitbar-token.py"]
#- ["python", "./tools/taskcluster/execute-bitbar-test.py", "system/debug", "app-system-debug"]
run-on-tasks-for: [github-push]

release:
Expand Down

0 comments on commit 43c31fa

Please sign in to comment.