mirror of
https://github.com/netdata/netdata.git
synced 2025-04-25 13:33:48 +00:00
Update handling of uploads of DEB packages to our new infrastructure. (#14253)
This significantly simplifies handling on the server itself.
This commit is contained in:
parent
cd49869fbd
commit
97b2935035
1 changed files with 1 additions and 1 deletions
2
.github/scripts/package-upload.sh
vendored
2
.github/scripts/package-upload.sh
vendored
|
@ -19,7 +19,7 @@ mkdir -p "${staging}"
|
|||
|
||||
case "${format}" in
|
||||
deb)
|
||||
src="${staging}/$(echo "${distro}" | cut -f 1 -d '/')/pool/"
|
||||
src="${staging}/${distro}"
|
||||
mkdir -p "${src}"
|
||||
|
||||
for pkg in ${packages}; do
|
||||
|
|
Loading…
Add table
Reference in a new issue