mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
fix antos build destination
This commit is contained in:
parent
6a64670786
commit
4849cdeb45
@ -24,8 +24,8 @@ fi
|
||||
cd "$PRJ" || (echo "Unable to change directory to source code folder" && exit 1)
|
||||
npm i @types/jquery
|
||||
mkdir -p "$DEST/os"
|
||||
BUILDDIR="$DEST" make release
|
||||
BUILDDIR="$DEST/os" make release
|
||||
mkdir -p "$DEST/grs"
|
||||
BUILDDIR="$DEST" make standalone_tags
|
||||
BUILDDIR="$DEST/grs" make standalone_tags
|
||||
echo "Done!"
|
||||
} 2>&1 | tee "/opt/www/htdocs/ci/log/${PRJ}_${BRANCH}.txt"
|
||||
|
Loading…
Reference in New Issue
Block a user