fix: yaml-al
continuous-integration/drone/tag Build is failing Details

develop v0.0.60
Unshift 2025-09-25 10:45:33 +08:00
parent 8f519ceb42
commit cbbbf85977
1 changed files with 4 additions and 8 deletions

View File

@ -3,15 +3,11 @@ type: docker
name: test
steps:
- name: build
image: gong921123/debian-nginx-php114-74:latest
pull: if-not-exists
- name: print-message
image: alpine
commands:
- composer -v
- ls -a
- composer install -v
- echo "This is a test message from Drone CI"
trigger:
event:
# - tag
- push
- tag