From 7a930582d7bcbbbe30bcb4d9a0cb4f585bd28bc8 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Fri, 12 Jul 2024 10:48:29 +0200 Subject: [PATCH] ci: switch to pmbootstrap v3 (MR 5566) --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42c174c82..a4f9259b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,8 @@ stages: - lint - build - autoupdate +variables: + PMBOOTSTRAP_TAG: "master" # This defines the rules for when a pipeline should run. workflow: