fix drone
This commit is contained in:
parent
6532fb85dc
commit
d1855b110a
38
.drone.yml
38
.drone.yml
|
@ -6,21 +6,11 @@ platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
clone:
|
|
||||||
disable: true
|
|
||||||
|
|
||||||
workspace:
|
workspace:
|
||||||
base: /go
|
base: /go
|
||||||
path: src/gitea.com/xorm/xorm
|
path: src/gitea.com/xorm/xorm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: git
|
|
||||||
pull: default
|
|
||||||
image: plugins/git:next
|
|
||||||
settings:
|
|
||||||
depth: 50
|
|
||||||
tags: true
|
|
||||||
|
|
||||||
- name: init_postgres
|
- name: init_postgres
|
||||||
pull: default
|
pull: default
|
||||||
image: postgres:9.5
|
image: postgres:9.5
|
||||||
|
@ -186,21 +176,11 @@ platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
clone:
|
|
||||||
disable: true
|
|
||||||
|
|
||||||
workspace:
|
workspace:
|
||||||
base: /go
|
base: /go
|
||||||
path: src/gitea.com/xorm/xorm
|
path: src/gitea.com/xorm/xorm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: git
|
|
||||||
pull: default
|
|
||||||
image: plugins/git:next
|
|
||||||
settings:
|
|
||||||
depth: 50
|
|
||||||
tags: true
|
|
||||||
|
|
||||||
- name: init_postgres
|
- name: init_postgres
|
||||||
pull: default
|
pull: default
|
||||||
image: postgres:9.5
|
image: postgres:9.5
|
||||||
|
@ -406,20 +386,11 @@ platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
clone:
|
|
||||||
disable: true
|
|
||||||
|
|
||||||
workspace:
|
workspace:
|
||||||
base: /go
|
base: /go
|
||||||
path: src/gitea.com/xorm/xorm
|
path: src/gitea.com/xorm/xorm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: git
|
|
||||||
pull: default
|
|
||||||
image: plugins/git:next
|
|
||||||
settings:
|
|
||||||
depth: 50
|
|
||||||
tags: true
|
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
pull: default
|
pull: default
|
||||||
|
@ -618,20 +589,11 @@ platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
clone:
|
|
||||||
disable: true
|
|
||||||
|
|
||||||
workspace:
|
workspace:
|
||||||
base: /go
|
base: /go
|
||||||
path: src/gitea.com/xorm/xorm
|
path: src/gitea.com/xorm/xorm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: git
|
|
||||||
pull: default
|
|
||||||
image: plugins/git:next
|
|
||||||
settings:
|
|
||||||
depth: 50
|
|
||||||
tags: true
|
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
pull: default
|
pull: default
|
||||||
|
|
Loading…
Reference in New Issue