瀏覽代碼

test

master
komarov 4 年之前
父節點
當前提交
bb022a64aa
共有 1 個檔案被更改,包括 13 行新增1 行删除
  1. +13
    -1
      .drone.yml

+ 13
- 1
.drone.yml 查看文件

@@ -35,6 +35,7 @@ steps:
repo: registry:5000/arbitry_php_base
tags: ${DRONE_BRANCH//\\//-}
insecure: true
use_cache: true
build_args:
- PHP_VERSION=7.4.4
depends_on:
@@ -42,6 +43,9 @@ steps:
trigger:
status:
- success
volumes:
- name: docker
path: /var/lib/docker

- name: build_php_fpm
image: plugins/docker
@@ -58,4 +62,12 @@ steps:
- build_php_base
trigger:
status:
- success
- success
volumes:
- name: docker
path: /var/lib/docker

volumes:
- name: docker
host:
path: /var/lib/docker

Loading…
取消
儲存