parent
8f519ceb42
commit
cbbbf85977
|
|
@ -3,15 +3,11 @@ type: docker
|
||||||
name: test
|
name: test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: print-message
|
||||||
image: gong921123/debian-nginx-php114-74:latest
|
image: alpine
|
||||||
pull: if-not-exists
|
|
||||||
commands:
|
commands:
|
||||||
- composer -v
|
- echo "This is a test message from Drone CI"
|
||||||
- ls -a
|
|
||||||
- composer install -v
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
# - tag
|
- tag
|
||||||
- push
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue