summaryrefslogtreecommitdiffstats
path: root/.github/scripts
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-06-30 14:10:02 +0300
committerGitHub <noreply@github.com>2022-06-30 07:10:02 -0400
commitb2e3d3e99f8679440864e9f99a1e0a843cfae126 (patch)
treeab41cf477f2ff7a0307cc8d0f16177341a45b4f6 /.github/scripts
parentab58cc58863d9c060c928ff12c6834da50d229ae (diff)
Assorted cleanups for new package infrastructure upload support. (#13270)
* Ignore failures to upload packages to new infra. We will switch to requiring success when we move to the new infra as the primary. * Change package upload target. Needed to properly support handling of package repository metadata. * Upload repoconfig packages to new infra.
Diffstat (limited to '.github/scripts')
-rwxr-xr-x.github/scripts/package-upload.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/package-upload.sh b/.github/scripts/package-upload.sh
index e07e78f0e7..fd8a8cda24 100755
--- a/.github/scripts/package-upload.sh
+++ b/.github/scripts/package-upload.sh
@@ -11,7 +11,7 @@ format="${3}"
repo="${4}"
staging="${TMPDIR:-/tmp}/package-staging"
-prefix="/var/www/html/repos/${repo}/"
+prefix="/home/netdatabot/incoming/${repo}/"
packages="$(find artifacts -name "*.${format}")"