Fix param

This commit is contained in:
EvgeniyPatlan
2025-06-27 00:36:59 +03:00
committed by GitHub
parent 65d65ccd05
commit 804059ce75

View File

@@ -117,7 +117,7 @@ get_sources(){
echo "Sources will not be downloaded" echo "Sources will not be downloaded"
return 0 return 0
fi fi
IS_RELEASE_BRANCH=$(echo ${BRANCH} | grep -c release); IS_RELEASE_BRANCH=$(echo ${VERSION} | grep -c release)
if [ ${IS_RELEASE_BRANCH} != 0 ]; then if [ ${IS_RELEASE_BRANCH} != 0 ]; then
VERSION=$(echo $BRANCH | awk -F'-' '{print $2}') VERSION=$(echo $BRANCH | awk -F'-' '{print $2}')
fi fi