cleanup drone config

This commit is contained in:
Robert Kaussow 2020-01-15 13:53:57 +01:00
parent c3a4dc665c
commit 57418eaed5
2 changed files with 2 additions and 4 deletions

View File

@ -168,8 +168,7 @@ def binaries(arch):
'[ -z "${DRONE_TAG}" ] && BUILD_VERSION=${DRONE_COMMIT_SHA:0:8} || BUILD_VERSION=${DRONE_TAG##v}',
'mkdir -p release/',
"xgo -ldflags \"-X main.Version=$BUILD_VERSION\" -tags netgo -targets 'linux/amd64,linux/arm-6,linux/arm64' -out github-releases-notifier-$BUILD_VERSION .",
'cp /build/* release/',
'ls -lah release/'
'cp /build/* release/'
]
},
{

View File

@ -240,7 +240,6 @@ steps:
- mkdir -p release/
- xgo -ldflags "-X main.Version=$BUILD_VERSION" -tags netgo -targets 'linux/amd64,linux/arm-6,linux/arm64' -out github-releases-notifier-$BUILD_VERSION .
- cp /build/* release/
- ls -lah release/
- name: checksum
image: alpine
@ -344,6 +343,6 @@ depends_on:
---
kind: signature
hmac: db1cd58f6fe402fec379a32614bbda189901ac1b80e92fa20a552bd69eddff20
hmac: 982d7a70f6cd3914794b3d085b7f949e72445698d9d4af06323239f98cf83058
...