Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
cleanup drone config
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Jan 15, 2020
1 parent c3a4dc6 commit 57418ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -344,6 +343,6 @@ depends_on:

---
kind: signature
hmac: db1cd58f6fe402fec379a32614bbda189901ac1b80e92fa20a552bd69eddff20
hmac: 982d7a70f6cd3914794b3d085b7f949e72445698d9d4af06323239f98cf83058

...

0 comments on commit 57418ea

Please sign in to comment.