diff --git a/.drone.yml b/.drone.yml index f991e40..058cb00 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,29 +3,7 @@ type: docker name: default steps: - - name: test - image: rust:buster - commands: - - cargo test - name: build image: rust:buster commands: - cargo build --release - - name: package - image: alpine - environment: - BINARY_NAME: voctool - commands: - - apk add zip - - zip voctool.zip target/release/voctool - when: - status: success - - name: gitea_release - image: plugins/gitea-release - environment: - GITEA_API_KEY: - from_secret: GITEA_API - settings: - api_key: $GITEA_API_KEY - base_url: https://git.deadbsd.org - files: voctool.zip \ No newline at end of file