getting ready for CI

This commit is contained in:
2022-02-01 21:36:20 -08:00
committed by user
parent 69c8d45f8f
commit 7a47873be3
10 changed files with 189 additions and 13 deletions

13
.drone.yml Normal file
View File

@@ -0,0 +1,13 @@
kind: pipeline
name: test-docker-build
steps:
- name: test-docker-build
image: plugins/docker
settings:
repo: foo/bar
dry_run: true
target: final
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}