fix: yaml-al
continuous-integration/drone/tag Build was killed Details

develop v0.0.59
Unshift 2025-09-25 10:42:51 +08:00
parent 7caafc89d1
commit 8f519ceb42
2 changed files with 18 additions and 1 deletions

17
.drone-old.yml Executable file
View File

@ -0,0 +1,17 @@
kind: pipeline
type: docker
name: test
steps:
- name: build
image: gong921123/debian-nginx-php114-74:latest
pull: if-not-exists
commands:
- composer -v
- ls -a
- composer install -v
trigger:
event:
# - tag
- push

View File

@ -4,7 +4,7 @@ name: test
steps:
- name: build
image: registry.cn-shanghai.aliyuncs.com/gong92-socl/debian-nginx-php114-74
image: gong921123/debian-nginx-php114-74:latest
pull: if-not-exists
commands:
- composer -v