build_gitea : condition fix

This commit is contained in:
minoplhy 2023-11-21 19:46:36 +07:00
parent 303c251b10
commit 0d057f303a
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -16,12 +16,12 @@ do
done
if [[ -n $NODEJS_VERSION ]]
if [[ $NODEJS_VERSION == "" ]]
then
NODEJS_VERSION=v20.3.1
fi
if [[ -n $GO_VERSION ]]
if [[ $GO_VERSION == "" ]]
then
GO_VERSION=1.20.5
fi