mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
fix frontend build parameter
This commit is contained in:
@@ -128,7 +128,7 @@ build_frontend() {
|
|||||||
frontend_build_arguments="";
|
frontend_build_arguments="";
|
||||||
|
|
||||||
if [ "$RELEASE" = "0" ]; then
|
if [ "$RELEASE" = "0" ]; then
|
||||||
frontend_build_arguments="$frontend_build_arguments --buildUnixTime=$BUILD_UNIXTIME"
|
frontend_build_arguments="--buildUnixTime=$BUILD_UNIXTIME"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Pulling frontend dependencies..."
|
echo "Pulling frontend dependencies..."
|
||||||
|
|||||||
Reference in New Issue
Block a user