feta/.drone.yml
sneak 0683cd7b32
All checks were successful
continuous-integration/drone/push Build is passing
remove circleci config, don't push on drone build
2020-03-27 16:07:55 -07:00

14 lines
209 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
repo: sneak/feta
dry_run: true
#auto_tag: true
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}