1
0

Remove vendored dependencies

This commit is contained in:
kolaente
2020-06-28 14:00:10 +02:00
parent f30e720c7b
commit 53cfa99912
2298 changed files with 16 additions and 904628 deletions

View File

@ -56,7 +56,7 @@ steps:
image: vikunja/golang-build:latest
pull: true
environment:
GOFLAGS: '-mod=vendor'
GOPROXY: 'https://goproxy.kolaente.de'
commands:
- make build
when:
@ -66,7 +66,7 @@ steps:
image: vikunja/golang-build:latest
pull: true
environment:
GOFLAGS: '-mod=vendor'
GOPROXY: 'https://goproxy.kolaente.de'
depends_on: [ build ]
commands:
- make generate
@ -149,6 +149,8 @@ steps:
- name: test
image: vikunja/golang-build:latest
pull: true
environment:
GOPROXY: 'https://goproxy.kolaente.de'
commands:
- make generate
- make test
@ -160,6 +162,7 @@ steps:
image: vikunja/golang-build:latest
pull: true
environment:
GOPROXY: 'https://goproxy.kolaente.de'
VIKUNJA_TESTS_USE_CONFIG: 1
VIKUNJA_DATABASE_TYPE: sqlite
commands:
@ -173,6 +176,7 @@ steps:
image: vikunja/golang-build:latest
pull: true
environment:
GOPROXY: 'https://goproxy.kolaente.de'
VIKUNJA_TESTS_USE_CONFIG: 1
VIKUNJA_DATABASE_TYPE: mysql
VIKUNJA_DATABASE_HOST: test-mysql-unit
@ -190,6 +194,7 @@ steps:
image: vikunja/golang-build:latest
pull: true
environment:
GOPROXY: 'https://goproxy.kolaente.de'
VIKUNJA_TESTS_USE_CONFIG: 1
VIKUNJA_DATABASE_TYPE: postgres
VIKUNJA_DATABASE_HOST: test-postgres-unit
@ -207,6 +212,8 @@ steps:
- name: integration-test
image: vikunja/golang-build:latest
pull: true
environment:
GOPROXY: 'https://goproxy.kolaente.de'
commands:
- make generate
- make integration-test
@ -218,6 +225,7 @@ steps:
image: vikunja/golang-build:latest
pull: true
environment:
GOPROXY: 'https://goproxy.kolaente.de'
VIKUNJA_TESTS_USE_CONFIG: 1
VIKUNJA_DATABASE_TYPE: sqlite
commands:
@ -231,6 +239,7 @@ steps:
image: vikunja/golang-build:latest
pull: true
environment:
GOPROXY: 'https://goproxy.kolaente.de'
VIKUNJA_TESTS_USE_CONFIG: 1
VIKUNJA_DATABASE_TYPE: mysql
VIKUNJA_DATABASE_HOST: test-mysql-integration
@ -248,6 +257,7 @@ steps:
image: vikunja/golang-build:latest
pull: true
environment:
GOPROXY: 'https://goproxy.kolaente.de'
VIKUNJA_TESTS_USE_CONFIG: 1
VIKUNJA_DATABASE_TYPE: postgres
VIKUNJA_DATABASE_HOST: test-postgres-integration