removed unneded drone configs

This commit is contained in:
kolaente 2019-04-21 22:36:01 +02:00
parent 27339a7cf0
commit 228c47d79e
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 11 deletions

View File

@ -5,9 +5,6 @@ workspace:
base: /srv/app base: /srv/app
path: src/code.vikunja.io/api path: src/code.vikunja.io/api
clone:
depth: 50
services: services:
- name: test-db-unit - name: test-db-unit
image: mariadb:10 image: mariadb:10
@ -31,8 +28,6 @@ steps:
- name: build - name: build
image: vikunja/golang-build:latest image: vikunja/golang-build:latest
pull: true pull: true
environment:
TAGS: bindata sqlite
commands: commands:
- make lint - make lint
- make fmt-check - make fmt-check
@ -135,9 +130,6 @@ workspace:
base: /srv/app base: /srv/app
path: src/code.vikunja.io/api path: src/code.vikunja.io/api
clone:
depth: 50
trigger: trigger:
branch: branch:
- master - master
@ -229,6 +221,7 @@ steps:
- echo $DRONE_TAG - echo $DRONE_TAG
- echo $DRONE_BRANCH - echo $DRONE_BRANCH
- echo $VERSION - echo $VERSION
- pwd
- git version - git version
- git describe --tags --always --abbrev=10 - git describe --tags --always --abbrev=10
- git describe --tags --always --abbrev=10 | sed 's/-/+/' - git describe --tags --always --abbrev=10 | sed 's/-/+/'
@ -331,9 +324,6 @@ workspace:
base: /srv/app base: /srv/app
path: src/code.vikunja.io/api path: src/code.vikunja.io/api
clone:
depth: 50
trigger: trigger:
event: event:
- tag - tag