Skip to content

Commit

Permalink
Try to fix a wrong upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed May 11, 2020
1 parent 515f24a commit bb99f60
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,9 @@ tasks:
owner: cdenizet@mozilla.com
source: ${repository}/raw/${head_rev}/.taskcluster.yml

- $if: 'tasks_for == "github-push" && head_branch[:10] == "refs/tags/"'
- $if: 'tasks_for == "github-pull-request"'
then:
taskId: {$eval: as_slugid("build_windows_release")}
dependencies:
- {$eval: as_slugid("lint_test_task")}
- {$eval: as_slugid("windows_test_task")}
created: {$fromNow: ''}
deadline: {$fromNow: '2 hour'}
provisionerId: proj-relman
Expand Down Expand Up @@ -199,7 +196,7 @@ tasks:
owner: cdenizet@mozilla.com
source: ${repository}/raw/${head_rev}/.taskcluster.yml

- $if: 'tasks_for == "github-push" && head_branch[:10] == "refs/tags/"'
- $if: 'tasks_for == "github-pull-request"'
then:
taskId: {$eval: as_slugid("strip_windows_binary")}
dependencies:
Expand All @@ -224,7 +221,7 @@ tasks:
artifacts:
public/rust-code-analysis-win-x86_64.zip:
expires: {$fromNow: '2 weeks'}
path: /rust-code-analysis-win-x86_64.zip
path: rust-code-analysis-win-x86_64.zip
type: file
metadata:
name: strip rust-code-analysis windows binary
Expand Down

0 comments on commit bb99f60

Please sign in to comment.