parent
7caafc89d1
commit
8f519ceb42
|
|
@ -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
|
||||||
|
|
@ -4,7 +4,7 @@ name: test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- 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
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- composer -v
|
- composer -v
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue