CI: Adjust curl logging, add a job for internal networking tests
This commit is contained in:
parent
4cce350778
commit
b56f53bdc2
2 changed files with 27 additions and 2 deletions
|
|
@ -32,9 +32,9 @@ jobs:
|
|||
- name: Publish to git.jutty.dev package registry
|
||||
run: |
|
||||
version=$(./target/release/en --version)
|
||||
api_root=https://git.jutty.dev/api/
|
||||
api_root=https://git.jutty.dev/api
|
||||
url=$api_root/packages/jutty/generic/en/$version/en-x86_64-linux-gnu
|
||||
|
||||
curl -fsSL \
|
||||
curl -fsSLiv \
|
||||
--user jutty:${{ secrets.GJD_REGISTRY_TOKEN }} \
|
||||
--upload-file target/release/en $url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue