ci(build-packages): rm rebar.lock in prepare phase
This commit is contained in:
parent
1f20bae392
commit
9d760ff5bd
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue