[fix] Fixed build_develop step
This commit is contained in:
parent
5150ef0345
commit
8b2d17f7a2
@ -41,7 +41,9 @@ steps:
|
|||||||
- docker images --format "{{.Repository}}:{{.Tag}}" | grep nginx-php:dev
|
- docker images --format "{{.Repository}}:{{.Tag}}" | grep nginx-php:dev
|
||||||
when:
|
when:
|
||||||
branch: develop
|
branch: develop
|
||||||
event: pull_request
|
event:
|
||||||
|
- pull_request
|
||||||
|
- push
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker-sock
|
- name: docker-sock
|
||||||
path: /var/run
|
path: /var/run
|
||||||
|
Loading…
Reference in New Issue
Block a user