Drone debug
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-09-03 15:56:32 +02:00
parent 49afd00989
commit 5653473ff1
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 9 additions and 9 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