summaryrefslogtreecommitdiffstats
path: root/.github/scripts
diff options
context:
space:
mode:
authorTasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>2023-06-14 17:44:50 +0300
committerGitHub <noreply@github.com>2023-06-14 17:44:50 +0300
commit899b8b142fc59b44928c65b5250ac24ed579d607 (patch)
tree22dbac54c3e3447c54f5ce289b701c63077d6b8c /.github/scripts
parentfaa37832118d4c632fb35cd718babe502edad135 (diff)
Add support for openSUSE 15.5 (#15189)
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Diffstat (limited to '.github/scripts')
-rwxr-xr-x.github/scripts/pkg-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/scripts/pkg-test.sh b/.github/scripts/pkg-test.sh
index a2ae9090cd..85e8b2e8d2 100755
--- a/.github/scripts/pkg-test.sh
+++ b/.github/scripts/pkg-test.sh
@@ -82,10 +82,10 @@ install_suse_like() {
# Install Netdata
# Strange quoting is required here so that glob matching works.
- zypper install -y --allow-unsigned-rpm /netdata/artifacts/netdata*.rpm || exit 1
+ zypper install -y --allow-downgrade --allow-unsigned-rpm /netdata/artifacts/netdata*.rpm || exit 1
# Install testing tools
- zypper install -y --no-recommends curl netcat-openbsd jq || exit 1
+ zypper install -y --allow-downgrade --no-recommends curl netcat-openbsd jq || exit 1
}
dump_log() {