Skip to content

Commit

Permalink
Remove PLUGIN_ROOT env
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Sep 18, 2024
1 parent 8ab9259 commit 4391e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/comment_with_dependency_diff
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ if [[ $sha != "$DEPENDENCY_TREE_CHECKSUM" ]]; then
fi
chmod +x dependency-tree-diff.jar

JAR_DIR="$PLUGIN_ROOT/jar"
REPO_ROOT=$( dirname "$( dirname "${BASH_SOURCE[0]}" )" )
JAR_DIR="$REPO_ROOT/jar"

echo "--> Running dependency-tree-diff.jar"

Expand Down
1 change: 0 additions & 1 deletion hooks/environment
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ PLUGIN_ROOT=$( dirname "$HOOKS_ROOT" )
PLUGIN_BIN="$PLUGIN_ROOT/bin"

export PATH="$PATH:$PLUGIN_BIN"
export PLUGIN_ROOT=$PLUGIN_ROOT

echo "~~~ :file_cabinet: Loaded Caching Plugin"

0 comments on commit 4391e91

Please sign in to comment.