chore(CI): fix relup tests error in enterprise repo

This commit is contained in:
zhanghongtong 2021-05-24 13:45:51 +08:00 committed by turtleDeng
parent 4392ad3664
commit 09084e4e27
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ jobs:
set -e -x -u
if [ -n "$OLD_VSNS" ]; then
mkdir -p packages
cp emqx/_packages/emqx/*.zip packages
cp emqx/_packages/${PROFILE}/*.zip packages
cp emqx/_upgrade_base/*.zip packages
lux -v \
--timeout 600000 \