From 0003915d0c54ca8cd10965041ccbcd19e890d13a Mon Sep 17 00:00:00 2001 From: "sebastien.heurtematte" <sebastien.heurtematte@eclipse-foundation.org> Date: Fri, 5 Jul 2024 15:18:02 +0200 Subject: [PATCH] feat: push to dpeloy branch Signed-off-by: sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2af93cb..4aca252 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ push-modification: git commit -m "Website build - job: $CI_JOB_NAME-$CI_JOB_ID \ Build logs: $CI_JOB_URL" git log --graph --abbrev-commit --date=relative -n 5 - git push origin HEAD:$CI_DEFAULT_BRANCH; + git push origin HEAD:$GIT_INIT_DEFAULT_BRANCH; else echo "No changes have been detected, nothing to publish" fi -- GitLab