Ignore clippy for now because of missing releases.

This commit is contained in:
Syfaro 2020-03-08 19:04:33 -05:00
parent 1404d09436
commit 01f168fa29
1 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@ steps:
- apt-get update -y
- apt-get install pkg-config libssl-dev ca-certificates python3 python3-pip nodejs -y
- pip3 install cfscrape
- rustup component add clippy
# - rustup component add clippy
- cargo test
- cargo clippy
# - cargo clippy
- name: sentry-release
image: getsentry/sentry-cli
@ -38,7 +38,7 @@ steps:
settings:
auto_tag: true
build_args_from_env:
- DRONE_COMMIT_SHA
- DRONE_COMMIT_SHA
password:
from_secret: docker_password
registry: registry.huefox.com