More push debugging
This commit is contained in:
@@ -123,11 +123,10 @@ image:
|
|||||||
fi
|
fi
|
||||||
REPO=$(basename $(git remote get-url origin))
|
REPO=$(basename $(git remote get-url origin))
|
||||||
git remote set-url origin https://ci_push:$TOKEN@gitlab.com/Micromelon/education/hardware/$REPO
|
git remote set-url origin https://ci_push:$TOKEN@gitlab.com/Micromelon/education/hardware/$REPO
|
||||||
git fetch --all
|
git fetch origin
|
||||||
CURR_B=$(git branch --remote --verbose --no-abbrev --contains | sed -rne 's/^[^\/]*\/([^\ ]+).*$/\1/p')
|
CURR_B=$(git branch --remote --verbose --no-abbrev --contains | sed -rne 's/^[^\/]*\/([^\ ]+).*$/\1/p')
|
||||||
git log
|
|
||||||
git rev-parse HEAD
|
git rev-parse HEAD
|
||||||
git branch --remote
|
git branch -a
|
||||||
git remote get-url origin
|
git remote get-url origin
|
||||||
echo $CURR_B
|
echo $CURR_B
|
||||||
git checkout origin/$CURR_B
|
git checkout origin/$CURR_B
|
||||||
|
|||||||
Reference in New Issue
Block a user