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: commands:
- git fetch --tags - git fetch --tags
- name: mage # - name: mage
image: vikunja/golang-build:latest # image: vikunja/golang-build:latest
pull: true # pull: true
environment: # environment:
GOPROXY: 'https://goproxy.kolaente.de' # GOPROXY: 'https://goproxy.kolaente.de'
commands: # commands:
- mage -compile ./mage-static # - mage -compile ./mage-static
when: # when:
event: [ push, tag, pull_request ] # event: [ push, tag, pull_request ]
- name: build - name: build
image: vikunja/golang-build:latest image: vikunja/golang-build:latest