chore(CI): fix relup tests error
This commit is contained in:
parent
f68a89c9ba
commit
88df1713b1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue