Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 66ad5192 authored by Jason Kridner's avatar Jason Kridner
Browse files

gitlab-build.sh: remove some faulty logic

parent 0166bc1d
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ sphinx-build -M latexpdf . public/$CI_COMMIT_BRANCH/
mv public/$CI_COMMIT_BRANCH/latex/beagleboard-docs.pdf public/$CI_COMMIT_BRANCH/
rm -rf public/$CI_COMMIT_BRANCH/latex
elif [ "$CI_COMMIT_TAG" != "" && "$CI_PROJECT_NAMESPACE" = "docs" ]; then
elif [ "$CI_COMMIT_TAG" != "" ]; then
# Find which branch has the tag commit
export GIT_BRANCH=$(git branch -a --contains tags/$CI_COMMIT_TAG | grep origin | sed 's/.*origin\///')
......
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