Skip to content

Commit dc17e24

Browse files
author
Bastien Abadie
committed
Fix taskcluster yml dumb mistake
1 parent 1881b06 commit dc17e24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.taskcluster.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ tasks:
4545
$if: 'tasks_for == "github-push"'
4646
then:
4747
$if: 'event.ref == "refs/heads/testing"'
48-
then: 'https://api.coverage.moz.tools'
49-
else: 'https://api.coverage.testing.moz.tools'
50-
else: 'dev'
48+
then: 'https://api.coverage.testing.moz.tools'
49+
else: 'https://api.coverage.moz.tools'
50+
else: 'https://api.coverage.moz.tools'
5151

5252
taskboot_image: "mozilla/taskboot:0.1.9"
5353
in:

0 commit comments

Comments
 (0)