temp disabled checksum in .drone.yml
This commit is contained in:
parent
04294c4aa0
commit
2ea6e892ab
12
.drone.yml
12
.drone.yml
@ -47,9 +47,9 @@ steps:
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
files: "target/release/*.tar.gz"
|
||||
checksum:
|
||||
- sha256
|
||||
- sha512
|
||||
#checksum:
|
||||
# - sha256
|
||||
# - sha512
|
||||
environment:
|
||||
PLUGIN_TITLE: ""
|
||||
when:
|
||||
@ -112,9 +112,9 @@ steps:
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
files: "target/release/*.tar.gz"
|
||||
checksum:
|
||||
- sha256
|
||||
- sha512
|
||||
#checksum:
|
||||
# - sha256
|
||||
# - sha512
|
||||
environment:
|
||||
PLUGIN_TITLE: ""
|
||||
when:
|
||||
|
Loading…
Reference in New Issue
Block a user