From 3363b46dddbbe1bd7c5170ba803e050b173edc7b Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: Mon, 20 Jan 2025 11:20:33 +0100 Subject: [PATCH] Fix branch name --- main.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.fmf b/main.fmf index ef581ec..3461549 100644 --- a/main.fmf +++ b/main.fmf @@ -13,7 +13,7 @@ package: [389-ds-base, git, python3-pytest, 389-ds-base-snmp] - name: clone repo how: shell - script: git clone -b rhel-8.10.0 https://gitlab.cee.redhat.com/ldap-team/389-ds-base.git /root/ds + script: git clone -b rhel-8.10 https://gitlab.cee.redhat.com/ldap-team/389-ds-base.git /root/ds /test: /upstream_basic: test: pytest-3 -v /root/ds/dirsrvtests/tests/suites/basic/basic_test.py