This commit is contained in:
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
# Step 1: Check if Docker image for current version already exists
|
||||
- name: test
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "pipeline running"
|
Reference in New Issue
Block a user