Fix drone dependency
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-09-03 15:58:33 +02:00
parent 5653473ff1
commit f485db92c4
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 18 additions and 18 deletions

View File

@ -52,15 +52,15 @@ steps:
commands:
- git fetch --tags
# - name: mage
# image: vikunja/golang-build:latest
# pull: true
# environment:
# GOPROXY: 'https://goproxy.kolaente.de'
# commands:
# - mage -compile ./mage-static
# when:
# event: [ push, tag, pull_request ]
- name: mage
image: vikunja/golang-build:latest
pull: true
environment:
GOPROXY: 'https://goproxy.kolaente.de'
commands:
- mage -compile ./mage-static
when:
event: [ push, tag, pull_request ]
- name: build
image: vikunja/golang-build:latest
@ -165,7 +165,7 @@ steps:
commands:
- ./mage-static build:generate
- ./mage-static test:unit
depends_on: [ fetch-tags mage ]
depends_on: [ fetch-tags, mage ]
when:
event: [ push, tag, pull_request ]
@ -179,7 +179,7 @@ steps:
commands:
- ./mage-static build:generate
- ./mage-static test:unit
depends_on: [ fetch-tags mage ]
depends_on: [ fetch-tags, mage ]
when:
event: [ push, tag, pull_request ]
@ -197,7 +197,7 @@ steps:
commands:
- ./mage-static build:generate
- ./mage-static test:unit
depends_on: [ fetch-tags mage ]
depends_on: [ fetch-tags, mage ]
when:
event: [ push, tag, pull_request ]
@ -216,7 +216,7 @@ steps:
commands:
- ./mage-static build:generate
- ./mage-static test:unit
depends_on: [ fetch-tags mage ]
depends_on: [ fetch-tags, mage ]
when:
event: [ push, tag, pull_request ]
@ -228,7 +228,7 @@ steps:
commands:
- ./mage-static build:generate
- ./mage-static test:integration
depends_on: [ fetch-tags mage ]
depends_on: [ fetch-tags, mage ]
when:
event: [ push, tag, pull_request ]
@ -242,7 +242,7 @@ steps:
commands:
- ./mage-static build:generate
- ./mage-static test:integration
depends_on: [ fetch-tags mage ]
depends_on: [ fetch-tags, mage ]
when:
event: [ push, tag, pull_request ]
@ -260,7 +260,7 @@ steps:
commands:
- ./mage-static build:generate
- ./mage-static test:integration
depends_on: [ fetch-tags mage ]
depends_on: [ fetch-tags, mage ]
when:
event: [ push, tag, pull_request ]
@ -279,7 +279,7 @@ steps:
commands:
- ./mage-static build:generate
- ./mage-static test:integration
depends_on: [ fetch-tags mage ]
depends_on: [ fetch-tags, mage ]
when:
event: [ push, tag, pull_request ]
@ -328,7 +328,7 @@ steps:
- go install github.com/magefile/mage
- ./mage-static build:generate
- ./mage-static release:dirs
depends_on: [ fetch-tags mage ]
depends_on: [ fetch-tags, mage ]
- name: static-build-windows
image: techknowlogick/xgo:latest