Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszWojciechO committed Jan 8, 2025
1 parent 150e4cf commit 0eba808
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ tags="${FEATURES:-"telio drop"}"
source "${WORKDIR}"/ci/set_bindings_version.sh libtelio
source "${WORKDIR}"/ci/set_bindings_version.sh libdrop

private_bindings_rollback=""
trap -- '${WORKDIR}/ci/remove_private_bindings.sh moose/events; ${WORKDIR}/ci/remove_private_bindings.sh moose/worker; ${WORKDIR}/ci/remove_private_bindings.sh quench' EXIT
if [[ $tags == *"moose"* ]]; then
# Set correct events domain in case compiling with moose
Expand Down

0 comments on commit 0eba808

Please sign in to comment.