From 1c2d4d73a0ca05ce895be842a9bcc966030dbe64 Mon Sep 17 00:00:00 2001 From: andrewc Date: Tue, 24 Oct 2023 13:51:47 +1000 Subject: [PATCH] More debugging libs push --- kibot-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kibot-ci.yml b/kibot-ci.yml index 1e3f684..f52124a 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -125,6 +125,9 @@ image: git remote set-url origin https://ci_push:$TOKEN@gitlab.com/Micromelon/education/hardware/$REPO git fetch --all CURR_B=$(git name-rev --name-only $(git rev-parse HEAD)) + git rev-parse HEAD + git branch + git remote get-url origin echo $CURR_B git checkout $CURR_B git commit --allow-empty -m "Merge"