From 6ef4e38674f62bd5b5c8ac87ef6e6c47bc90b295 Mon Sep 17 00:00:00 2001 From: Ionut Pruteanu Date: Wed, 22 Nov 2023 14:17:42 +0200 Subject: [PATCH] As Nuno discovered, I was accidentally adding a new line(un-needed) Signed-off-by: Ionut Pruteanu --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb1dc7b..cc8662e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ include: - project: 'cybersecurity/automated_hardening_tech/sfera_automation_pipeline' # Do not forget to also set the correct pipeline branch below in the first variable!!! -# ref: &pipeline_branch master ref: &pipeline_branch master file: 'pipeline_for_include_ansible.yml'