mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-05-10 14:45:23 +08:00
Add test drone pipeline
This commit is contained in:
parent
80a930eed9
commit
0a0abe3e3d
1 changed files with 12 additions and 0 deletions
12
.drone.yml
Normal file
12
.drone.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: env_test
|
||||
|
||||
steps:
|
||||
- name: env_script
|
||||
commands:
|
||||
- /usr/local/bin/env.sh
|
||||
when:
|
||||
event: pull
|
||||
|
Loading…
Add table
Reference in a new issue