+4
-12
@@ -6,17 +6,9 @@ steps:
|
|||||||
image: ubuntu:24.04
|
image: ubuntu:24.04
|
||||||
commands:
|
commands:
|
||||||
- build/deb/build_stable.sh
|
- build/deb/build_stable.sh
|
||||||
|
- name: ubuntu-upload
|
||||||
|
image: curlimages/curl:latest
|
||||||
|
pull: true
|
||||||
|
commands:
|
||||||
- curl --user "$PACKAGE_USERNAME:$PACKAGE_PASSWORD" --upload-file "build/deb/s3h_i${CI_COMMIT_TAG}-1_all.deb" https://source.devloop.de/api/packages/damage/debian/pool/stable/main/upload
|
- curl --user "$PACKAGE_USERNAME:$PACKAGE_PASSWORD" --upload-file "build/deb/s3h_i${CI_COMMIT_TAG}-1_all.deb" https://source.devloop.de/api/packages/damage/debian/pool/stable/main/upload
|
||||||
secrets: [ package_username, package_password ]
|
secrets: [ package_username, package_password ]
|
||||||
# - name: ubuntu-upload
|
|
||||||
# image: woodpeckercommunity/plugin-gitea-package:latest
|
|
||||||
# pull: true
|
|
||||||
# settings:
|
|
||||||
# package_name: s3h
|
|
||||||
# package_version: ${CI_COMMIT_TAG}
|
|
||||||
# file_source: build/deb/s3h_i${CI_COMMIT_TAG}-1_all.deb
|
|
||||||
# file_name: s3h_i${CI_COMMIT_TAG}-1_all.deb
|
|
||||||
# user:
|
|
||||||
# from_secret: package_username
|
|
||||||
# password:
|
|
||||||
# from_secret: package_password
|
|
||||||
|
|||||||
Reference in New Issue
Block a user