Skip to content
Snippets Groups Projects
Commit a919bce1 authored by Duncan McNamara's avatar Duncan McNamara
Browse files

MLBuild: invert tag check condition for release

parent c200c9d3
No related branches found
No related tags found
1 merge request!1310MedialibraryBuild: fix release tag and hash check
......@@ -136,7 +136,7 @@ fi
cd ${MEDIALIBRARY_BUILD_DIR}
if [ "$RELEASE" = "0" ]; then
if [ "$RELEASE" = "1" ]; then
git describe --exact-match --tags ${MEDIALIBRARY_HASH} > /dev/null || \
avlc_checkfail "Release builds must use tags"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment