Skip to content

Commit

Permalink
Update tests to QGIS 3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed May 23, 2024
1 parent 93f5de2 commit 956b74c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Makefile
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 956b74c

Please sign in to comment.