mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-06-23 04:05:46 +08:00
Merge pull request 'update drone test script' (#147) from burble-20200827/update-drone-script into master
Reviewed-on: https://git.dn42.dev/dn42/registry/pulls/147
This commit is contained in:
commit
1e2064e158
1 changed files with 6 additions and 5 deletions
11
.drone.yml
11
.drone.yml
|
@ -4,9 +4,10 @@ type: exec
|
|||
name: env_test
|
||||
|
||||
steps:
|
||||
- name: env_script
|
||||
commands:
|
||||
- /usr/local/bin/env.sh
|
||||
when:
|
||||
event: pull
|
||||
- name: env_script
|
||||
commands:
|
||||
- /usr/local/bin/env.sh
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- pull_request
|
||||
|
|
Loading…
Add table
Reference in a new issue