From ce660b078544e579c6a26b62c79644971f2dc5b7 Mon Sep 17 00:00:00 2001 From: Jorge Echevarria Uribarri <jorge.echevarriauribarri.practicas@telefonica.com> Date: Mon, 2 Dec 2024 10:29:32 +0100 Subject: [PATCH] Update gitlab.yml --- .github/workflows/gitlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index 8b8fa51..faa718a 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -27,4 +27,4 @@ jobs: git remote add gitlab https://oauth2:${GITLAB_TOKEN}@labs.etsi.org/rep/ocf/sdk.git # Forzar el push de la rama develop a main en GitLab - git push -u gitlab develop:main --force + git push -u gitlab develop:main -- GitLab