Skip to content

Commit

Permalink
Add makefile worker command
Browse files Browse the repository at this point in the history
  • Loading branch information
shapovalovts committed Jan 1, 2024
1 parent 4a332be commit 19e2c51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,8 @@ update_deps:

upgrade_deps:
$(REBAR) upgrade -a

worker: release
export SWM_VERSION=$(VERSION)
scripts/setup.linux -a -t
cp _build/packages/swm-$(VERSION)-worker.tar.gz ../openstack-box/swm-worker.tar.gz

0 comments on commit 19e2c51

Please sign in to comment.