Resolves: RHEL-87876 Use v2021 tag in gnome-desktop-testing

This commit is contained in:
Takao Fujiwara 2025-04-19 21:20:09 +09:00
parent 3b0de74af7
commit b1848f5802

View File

@ -38,6 +38,11 @@
dest: gnome-desktop-testing
force: yes
- name: Checkout v2021.1 tag in GNOME installed-tests testing harness
command: git checkout -q -b v2021.1 refs/tags/v2021.1
args:
chdir: gnome-desktop-testing
- name: Configure GNOME installed-tests testing harness build
command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
args: