mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-05-08 21:55:21 +08:00
Merge branch 'master' into master
This commit is contained in:
commit
04170aac03
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