Skip to content

Commit

Permalink
ci: debug rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
id committed Jul 8, 2024
1 parent fe64513 commit af7686a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ all: release

release: compile
$(REBAR) as emqtt_bench tar
@$(CURDIR)/scripts/rename-package.sh
$(CURDIR)/scripts/rename-package.sh

compile: $(REBAR)
$(REBAR) compile
Expand Down
1 change: 1 addition & 0 deletions scripts/rename-package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

set -euo pipefail
set -x

cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")/.."

Expand Down

0 comments on commit af7686a

Please sign in to comment.