mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Update image script to expose build filename
Update script image to expose build filename so that it can be accessed by external scripts; i.e. copying builds from Jenkins to web03.
This commit is contained in:
parent
a99b0e682b
commit
b004f13828
@ -43,6 +43,7 @@ if [ "$LIBREELEC_VERSION" = "devel" ]; then
|
|||||||
GIT_ABBREV=$(git log -1 --pretty=format:%h)
|
GIT_ABBREV=$(git log -1 --pretty=format:%h)
|
||||||
DEVEL_VERSION=$LIBREELEC_VERSION
|
DEVEL_VERSION=$LIBREELEC_VERSION
|
||||||
LIBREELEC_VERSION=$LIBREELEC_VERSION-$BUILD_DATE-r$GIT_BUILD-g$GIT_ABBREV
|
LIBREELEC_VERSION=$LIBREELEC_VERSION-$BUILD_DATE-r$GIT_BUILD-g$GIT_ABBREV
|
||||||
|
echo "$LIBREELEC_VERSION" > $BUILD/BUILD_FILENAME
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get origin url, fix git:// and git@github.com: urls if necessary
|
# Get origin url, fix git:// and git@github.com: urls if necessary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user