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