sco/.drone.yml

14 lines
211 B
YAML
Raw Normal View History

2020-09-08 23:00:04 +00:00
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
network_mode: bridge
settings:
repo: sneak/sco
dry_run: true
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}