update drone
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
Simon Marsh 2023-05-27 11:10:13 +01:00
parent 0f8906abc2
commit 2fcd228f8b
Signed by: burble
GPG Key ID: E9B4156C1659C079

View File

@ -9,36 +9,25 @@ steps:
environment:
CGO_ENABLED: 0
commands:
- go vet
- go build
- name: upload
image: plugins/s3
settings:
bucket: artifacts
access_key:
from_secret: MINIO_ACCESS_KEY
secret_key:
from_secret: MINIO_SECRET_KEY
endpoint: https://minio.burble.dn42
region: uk-lon3
path_style: true
source: bird_exporter
target: /bird_exporter/${DRONE_BRANCH}
- name: extract version
image: ubuntu/lastest
commands:
- grep 'const version string' main.go | tr -d ' "' | cut -d'=' -f2 > .version
- name: upload artifact
image: curlimages/curl:latest
environment:
TOKEN:
from_secret: TOKEN
commands:
- sh -c 'VERSION=$(cat .version); curl --user "burble:${TOKEN}" --upload-file="bird_exporter" "https://git.burble.dn42/api/packages/burble/generic/bird_exporter/${VERSION}/bird_exporter"'
---
kind: secret
name: MINIO_ACCESS_KEY
name: TOKEN
get:
path: burble.dn42/kv/data/drone/minio
name: ACCESS_KEY
---
kind: secret
name: MINIO_SECRET_KEY
get:
path: burble.dn42/kv/data/drone/minio
name: SECRET_KEY
path: burble.dn42/kv/data/drone/git.burble.dn42
name: artifact-token