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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue