Skip to content

Commit

Permalink
Remove a non-committed file to avoid breaking cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Apr 8, 2021
1 parent 6eafb72 commit e4339a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ tasks:
./rust-code-analysis-book/deploy-to-GitHub-Pages &&
taskboot git-push --force-push github.com/mozilla/rust-code-analysis moz-tools-bot gh-pages &&
taskboot github-release mozilla/rust-code-analysis ${head_branch[10:]} --asset ${linux_cli}:public/${linux_cli} ${linux_web}:public/${linux_web} ${win_cli}:public/${win_cli} ${win_web}:public/${win_web} &&
rm -rf book.tar.gz &&
taskboot cargo-publish &&
cd rust-code-analysis-cli && taskboot cargo-publish && cd .. &&
cd rust-code-analysis-web && taskboot cargo-publish"
Expand Down

0 comments on commit e4339a3

Please sign in to comment.