fix(ci): fix docker build issue, fe should be built before be

This commit is contained in:
hexxa 2022-05-14 16:45:37 +08:00 committed by Hexxa
parent 5b63605993
commit e5039cf160
5 changed files with 22 additions and 21 deletions

View file

@ -1,7 +1,8 @@
#!/bin/bash
set -o nounset errexit
export QSROOT=$(pwd)
QSROOT=$(pwd)
export QSROOT
rm -r dist && mkdir dist
# set this for builders behind GFW...