From d59e04a4bde92a042accb0f7e4b161741f1f2188 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Tue, 1 Feb 2022 13:29:03 +0100 Subject: [PATCH] bugfix: added resource group for ansible-builder --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3edc280..837049c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,8 @@ ansible-lint-job: - dind ansible-builder-job: + # A resource group ensures a job is mutually exclusive across different pipelines for the same project. + resource_group: deployment stage: ansible-builder before_script: - cd ansible-builder