chore(autotest): update pgsql script

This commit is contained in:
mengzhenyu 2022-01-29 11:06:00 +08:00
parent b604312ced
commit 09cc17ce5f
1 changed files with 3 additions and 1 deletions

View File

@ -98,9 +98,11 @@ jobs:
- name: Download emqx package - name: Download emqx package
run: | run: |
pwd pwd
ls -al
echo "--------------------------"
rm -rf /tmp/emqx-5.*-elixir.*.tar.gz rm -rf /tmp/emqx-5.*-elixir.*.tar.gz
mv /tmp/emqx-5.*.tar.gz /tmp/emqx.tar.gz
ls /tmp ls /tmp
mv /tmp/emqx-5.*.tar.gz /tmp/emqx.tar.gz
- name: Checkout tf-test-automation - name: Checkout tf-test-automation
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with: