Forum | Documentation | Website | Blog

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

Add debug message

parent 6adab142
Branches
Tags 1.0.20240208
No related merge requests found
......@@ -122,6 +122,7 @@ elif [ "$CI_COMMIT_TAG" != "" ]; then
export GITLAB_HOST=$CI_SERVER_HOST
export PROJECT_REPO=docs.beagleboard.io
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
if [ "$GIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]; then
export VER_DIR=latest
......
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