removed unneded drone configs
This commit is contained in:
parent
27339a7cf0
commit
228c47d79e
1 changed files with 1 additions and 11 deletions
12
.drone1.yml
12
.drone1.yml
|
@ -5,9 +5,6 @@ workspace:
|
|||
base: /srv/app
|
||||
path: src/code.vikunja.io/api
|
||||
|
||||
clone:
|
||||
depth: 50
|
||||
|
||||
services:
|
||||
- name: test-db-unit
|
||||
image: mariadb:10
|
||||
|
@ -31,8 +28,6 @@ steps:
|
|||
- name: build
|
||||
image: vikunja/golang-build:latest
|
||||
pull: true
|
||||
environment:
|
||||
TAGS: bindata sqlite
|
||||
commands:
|
||||
- make lint
|
||||
- make fmt-check
|
||||
|
@ -135,9 +130,6 @@ workspace:
|
|||
base: /srv/app
|
||||
path: src/code.vikunja.io/api
|
||||
|
||||
clone:
|
||||
depth: 50
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
@ -229,6 +221,7 @@ steps:
|
|||
- echo $DRONE_TAG
|
||||
- echo $DRONE_BRANCH
|
||||
- echo $VERSION
|
||||
- pwd
|
||||
- git version
|
||||
- git describe --tags --always --abbrev=10
|
||||
- git describe --tags --always --abbrev=10 | sed 's/-/+/'
|
||||
|
@ -331,9 +324,6 @@ workspace:
|
|||
base: /srv/app
|
||||
path: src/code.vikunja.io/api
|
||||
|
||||
clone:
|
||||
depth: 50
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
|
|
Loading…
Reference in a new issue