chore(CI): fix relup tests error

This commit is contained in:
zhanghongtong 2021-05-07 09:51:22 +08:00 committed by Rory Z
parent f68a89c9ba
commit 88df1713b1
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ jobs:
- name: run relup test
run: |
set -e -x -u
if [ -n "{$OLD_VSNS// }" ]; then
if [ -n "$OLD_VSNS" ]; then
mkdir -p packages
cp emqx/_packages/emqx/*.zip packages
cp emqx/*.zip packages