Guilhem Barthés
d07d529f05
Some checks reported errors
continuous-integration/drone/tag Build encountered an error
16 lines
228 B
YAML
16 lines
228 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: publish
|
|
image: rust:slim
|
|
command:
|
|
- cargo build
|
|
environment:
|
|
CARGO_REGISTRY_TOKEN:
|
|
cargo_token: cargo_token
|
|
trigger:
|
|
event:
|
|
- tag
|