This commit is contained in:
parent
cc920b8a37
commit
c5975e602d
@ -26,7 +26,7 @@ steps:
|
|||||||
- apk add --no-cache coreutils
|
- apk add --no-cache coreutils
|
||||||
# exclude files
|
# exclude files
|
||||||
# - sha256sum -b files/!(*.out) > CHECKSUMFILE
|
# - sha256sum -b files/!(*.out) > CHECKSUMFILE
|
||||||
- sha256sum -b rpms/* > sha256sum.txt
|
- sha256sum -b rpms/x86_64/* > sha256sum.txt
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
@ -42,7 +42,7 @@ steps:
|
|||||||
from_secret: gpgsign_passphrase
|
from_secret: gpgsign_passphrase
|
||||||
detach_sign: true
|
detach_sign: true
|
||||||
files:
|
files:
|
||||||
- rpms/*
|
- rpms/x86_64/*
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
@ -54,7 +54,7 @@ steps:
|
|||||||
# api_key:
|
# api_key:
|
||||||
# from_secret: github_token
|
# from_secret: github_token
|
||||||
# files:
|
# files:
|
||||||
# - rpms/*
|
# - rpms/x86_64/*
|
||||||
# - sha256sum.txt
|
# - sha256sum.txt
|
||||||
# title: $${DRONE_TAG}
|
# title: $${DRONE_TAG}
|
||||||
# when:
|
# when:
|
||||||
|
Reference in New Issue
Block a user