update curl for rieter structure
ci/woodpecker/push/woodpecker Pipeline was successful Details

master
Jef Roosens 2023-08-07 09:38:47 +02:00
parent ec708fbd48
commit 43303fc684
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@ pipeline:
image: 'curlimages/curl'
commands:
# Publish the package
- 'curl -s -XPOST -H "X-API-KEY: $API_KEY" -T "$(ls *.pkg*)" https://arch2.r8r.be/jjr'
- 'curl --fail -s -XPOST -H "Authorization: Bearer $API_KEY" -T "$(ls *.pkg*)" https://arch2.r8r.be/jjr'
secrets:
- api_key