mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
oops. there was another -
This commit is contained in:
parent
c1f945cef4
commit
d2738e345a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ script:
|
|||
|
||||
after_success:
|
||||
- |
|
||||
- if [ $(uname) == Linux ]; then
|
||||
if [ $(uname) == Linux ]; then
|
||||
./.github/deploy.sh
|
||||
# trigger rebuild of the clippy-service, to keep it up to date with clippy itself
|
||||
#!/bin/bash
|
||||
|
|
Loading…
Reference in a new issue