formless/.drone.yml

14 lines
237 B
YAML
Raw Permalink Normal View History

2020-09-20 22:45:35 +00:00
kind: pipeline
name: test-docker-build
steps:
- name: test-docker-build
image: plugins/docker
network_mode: bridge
settings:
repo: sneak/formless
dry_run: true
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}