Pytorch-interactive/.drone.yml

14 lines
224 B
YAML
Raw Normal View History

2024-04-05 14:34:54 +00:00
kind: pipeline
type: docker
name: build-and-release
steps:
- name: build
image: alpine
commands:
- echo "Build your code!"
- name: release
image: alpine
commands:
- echo "Release your code!"