From b8ea21802451230752a1eab277e8779535e592dc Mon Sep 17 00:00:00 2001 From: andrewc Date: Tue, 24 Oct 2023 13:12:00 +1000 Subject: [PATCH] printing to debug libs push --- kibot-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kibot-ci.yml b/kibot-ci.yml index 346eb6e..0f9098f 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -126,6 +126,8 @@ image: git remote add gl_origin https://ci_push:$TOKEN@gitlab.com/Micromelon/education/hardware/$REPO git checkout $CURR_B git commit --allow-empty -m "Merge" + echo $CURR_B + git remote get-url gl_origin git push gl_origin HEAD:$CURR_B -o merge_request.create -o merge_request.remove_source_branch=false -o merge_request.merge_when_pipeline_succeeds -o merge_request.target=master cd $CI_PROJECT_DIR done