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"