chore(autotest): debug build
This commit is contained in:
parent
dd41c65986
commit
bfc8b85434
|
@ -97,10 +97,11 @@ jobs:
|
||||||
path: /tmp
|
path: /tmp
|
||||||
- name: Download emqx package
|
- name: Download emqx package
|
||||||
run: |
|
run: |
|
||||||
ls -alt /tmp
|
|
||||||
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
|
||||||
ls /tmp
|
mv emqx-5.*.tar.gz emqx.tar.gz
|
||||||
|
ls
|
||||||
|
pwd
|
||||||
- name: Checkout tf-test-automation
|
- name: Checkout tf-test-automation
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue