Forum | Documentation | Website | Blog

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

git was missing

parent 4a8a2a62
Branches
Tags
No related merge requests found
......@@ -9,3 +9,4 @@ RUN pip install sphinx_rtd_theme
RUN apk add texlive-full
RUN apk add make
RUN apk add rsync
RUN apk add git
......@@ -2,4 +2,4 @@ VERSION_MAJOR = 0
VERSION_MINOR = 0
PATCHLEVEL = 9
VERSION_TWEAK = 4
EXTRAVERSION = rc2
EXTRAVERSION = rc3
......@@ -41,6 +41,7 @@ rm -rf public/$CI_COMMIT_BRANCH/latex
elif [ "$CI_COMMIT_TAG" != "" ]; then
sudo apk add git
# Find which branch has the tag commit
export GIT_BRANCH=$(git branch -a --contains tags/$CI_COMMIT_TAG | grep origin | sed 's/.*origin\///')
echo "**** Releasing $GIT_BRANCH version $CI_COMMIT_TAG on docs.beagleboard.org (source from $CI_PROJECT_NAMESPACE) ****"
......
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