ci(build-packages): rm rebar.lock in prepare phase

This commit is contained in:
William Yang 2021-07-02 23:58:44 +02:00
parent 1f20bae392
commit 9d760ff5bd
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ jobs:
if: endsWith(github.repository, 'emqx')
run: |
make -C source deps-all
rm source/rebar.lock
zip -ryq source.zip source/* source/.[^.]*
- name: get_all_deps
if: endsWith(github.repository, 'enterprise')