Skip to content

Commit

Permalink
fix(core): remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Mar 1, 2024
1 parent 6a668e4 commit 47f87c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,13 @@ Options:
##############################
####### Root variables #######
##############################
# shellcheck disable=2034
EXEC_DIR=$(pwd)
SCRIPT_DIR=$(dirname -- "$(readlink -f -- "$0")")
CURRENT_DATE=$(date +'%Y-%m-%d')
IS_GIT_REPO=$(git rev-parse --is-inside-work-tree)
GIT_LOG_ENTRY_SEPARATOR='%n'
GIT_LOG_FORMAT="%B$GIT_LOG_ENTRY_SEPARATOR%h$GIT_LOG_ENTRY_SEPARATOR%H"
#GIT_LOG_FORMAT+="%(trailers:only=true)$GIT_LOG_ENTRY_SEPARATOR%h$GIT_LOG_ENTRY_SEPARATOR%H"
GIT_REMOTE_ORIGIN=$(git remote get-url origin 2>/dev/null || echo "")
# shellcheck disable=2034
GIT_CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
GIT_REPO_NAME=

if [[ "$GIT_REMOTE_ORIGIN" == "git@"* ]]; then
Expand Down

0 comments on commit 47f87c4

Please sign in to comment.