30 lines
518 B
YAML
30 lines
518 B
YAML
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
|
|
|
|
- name: deploy-push-images
|
|
depends_on:
|
|
- build
|
|
image: plugins/docker
|
|
pull: if-not-exists
|
|
commands:
|
|
- echo "不互补聚会还包括保护客户贝克汉姆还包括高等教育封建时代风采发"
|
|
|
|
trigger:
|
|
|
|
|
|
# branch:
|
|
# - develop
|
|
event:
|
|
- tag
|
|
# - push
|