We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f5f0e commit b2eaf9eCopy full SHA for b2eaf9e
.azure-pipelines/azure-pipelines.yml
@@ -345,7 +345,7 @@ stages:
345
- name: Debian Bookworm
346
test: debian-bookworm/3.11
347
- name: ArchLinux
348
- test: archlinux/3.12
+ test: archlinux/3.13
349
groups:
350
- 1
351
- 2
tests/integration/targets/lookup_lmdb_kv/runme.sh
@@ -4,6 +4,10 @@
4
# SPDX-License-Identifier: GPL-3.0-or-later
5
set -eux
6
7
+if grep -Fq 'NAME="Arch Linux"' /etc/os-release; then
8
+ exit 0
9
+fi
10
+
11
ANSIBLE_ROLES_PATH=../ \
12
ansible-playbook dependencies.yml -v "$@"
13
0 commit comments