Browse Source

test 4

master
komarov 4 years ago
parent
commit
68dcd961ff
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .drone.yml

+ 5
- 0
.drone.yml View File

@@ -2,6 +2,11 @@ kind: pipeline
type: docker
name: build

clone:
git:
image: plugins/git
skip_verify: true

steps:
- name: build_php_base
image: plugins/docker


Loading…
Cancel
Save