Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Remove curl debug logging #144

Merged
merged 1 commit into from
Apr 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: Publish apt package
run: >-
/usr/bin/curl
-vvvv
--fail
-u 'github:${{ secrets.NEXUS_PASSWORD }}'
-H "Content-Type: multipart/form-data"
Expand All @@ -41,8 +40,7 @@ jobs:
- name: Publish RPM package
run: >-
/usr/bin/curl
-vvvv
--fail
-u 'github:${{ secrets.NEXUS_PASSWORD }}'
--upload-file "./$(find target/rpm/RPMS/x86_64/ -name *.rpm)"
"https://repo.stackable.tech/repository/rpm-nightly/el${{ matrix.node }}/"
"https://repo.stackable.tech/repository/rpm-nightly/el${{ matrix.node }}/"