Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a118b5e8 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Add more debug outputs

parent 04e8c5eb
No related merge requests found
Pipeline #5016 passed with stage
in 7 minutes and 29 seconds
......@@ -121,6 +121,8 @@ elif [ "$CI_COMMIT_TAG" != "" ]; then
export GITLAB_USER=docs
export GITLAB_HOST=$CI_SERVER_HOST
export PROJECT_REPO=docs.beagleboard.io
echo "git branch output check"
echo "$(git branch -a --contains tags/$CI_COMMIT_TAG)"
export GIT_BRANCH=$(git branch -a --contains tags/$CI_COMMIT_TAG | grep origin | tr -d '* ' | sed 's/.*origin\///' | head -n 1)
echo "**** $GIT_BRANCH contains tags/$CI_COMMIT_TAG ****"
export PROJECT_BRANCH=$GIT_BRANCH
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment