From 9fbd64fce0d6f4f4bb40aeb6acb69307c2124948 Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Sun, 29 Sep 2024 15:09:38 +0200 Subject: [PATCH] Revert "ci: switch to pmbootstrap v3 (MR 5566)" (MR 5658) As of https://gitlab.com/postmarketOS/ci-common/-/commit/666df6d1333ee1699d13bf6f75ab0f66b78aaa42 the default pmbootstrap version used is master, not 2.3.x. As such, let's avoid duplicating that downstream. Closes https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2396 This reverts commit 7a930582d7bcbbbe30bcb4d9a0cb4f585bd28bc8. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4f9259b6..42c174c82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,6 @@ stages: - lint - build - autoupdate -variables: - PMBOOTSTRAP_TAG: "master" # This defines the rules for when a pipeline should run. workflow: