dental-notation-cli/.drone.yml
Guilhem Barthés d07d529f05
Some checks reported errors
continuous-integration/drone/tag Build encountered an error
ci: Fix entrypoint
2022-09-02 22:21:53 +02:00

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