mirror of
https://github.com/netdata/netdata.git
synced 2025-05-02 08:20:10 +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
|
case "${format}" in
|
||||||
deb)
|
deb)
|
||||||
src="${staging}/$(echo "${distro}" | cut -f 1 -d '/')/pool/"
|
src="${staging}/${distro}"
|
||||||
mkdir -p "${src}"
|
mkdir -p "${src}"
|
||||||
|
|
||||||
for pkg in ${packages}; do
|
for pkg in ${packages}; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue