build_gitea : condition fix
This commit is contained in:
parent
303c251b10
commit
0d057f303a
@ -16,12 +16,12 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
if [[ -n $NODEJS_VERSION ]]
|
if [[ $NODEJS_VERSION == "" ]]
|
||||||
then
|
then
|
||||||
NODEJS_VERSION=v20.3.1
|
NODEJS_VERSION=v20.3.1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n $GO_VERSION ]]
|
if [[ $GO_VERSION == "" ]]
|
||||||
then
|
then
|
||||||
GO_VERSION=1.20.5
|
GO_VERSION=1.20.5
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user