From 985e3635cdd06c21093c5a9dbe5315297fe70a94 Mon Sep 17 00:00:00 2001 From: rldhont Date: Thu, 23 May 2024 12:35:21 +0200 Subject: [PATCH] Update tests to QGIS 3.22 --- tests/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 3ef2229..a0260f6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,16 +1,16 @@ SHELL:=bash -# -# wmts plugin makefile -# COMMITID=$(shell git rev-parse --short HEAD) +REGISTRY_URL ?= 3liz + + ifdef REGISTRY_URL REGISTRY_PREFIX=$(REGISTRY_URL)/ endif # Qgis version flavor -FLAVOR:=3.16 +FLAVOR:=3.22 BECOME_USER:=$(shell id -u)