mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-16 09:24:55 -06:00
actions debugging
This commit is contained in:
parent
c7d7bd16f5
commit
313b68c5c5
@ -11,7 +11,7 @@ RELEASE_BRANCH_NAME=${RELEASE_BRANCH_NAME:?RELEASE_BRANCH_NAME must be provided}
|
||||
#MAVEN_ARGS=${MAVEN_ARGS:?MAVEN_ARGS must be provided}
|
||||
|
||||
# avoid the release loop by checking if the latest commit is a release commit
|
||||
readonly local last_release_commit_hash=$(git log --author="$GIT_RELEASE_BOT_NAME" --pretty=format:"%H" -1)
|
||||
readonly local last_release_commit_hash=$(git log --pretty=format:"%H" -1)
|
||||
echo "Last $GIT_RELEASE_BOT_NAME commit: ${last_release_commit_hash}"
|
||||
echo "Current commit: ${GITHUB_SHA}"
|
||||
if [[ "${last_release_commit_hash}" = "${GITHUB_SHA}" ]]; then
|
||||
|
@ -11,7 +11,7 @@ RELEASE_BRANCH_NAME=${RELEASE_BRANCH_NAME:?RELEASE_BRANCH_NAME must be provided}
|
||||
#MAVEN_ARGS=${MAVEN_ARGS:?MAVEN_ARGS must be provided}
|
||||
|
||||
# avoid the release loop by checking if the latest commit is a release commit
|
||||
readonly local last_release_commit_hash=$(git log --author="$GIT_RELEASE_BOT_NAME" --pretty=format:"%H" -1)
|
||||
readonly local last_release_commit_hash=$(git log --pretty=format:"%H" -1)
|
||||
echo "Last $GIT_RELEASE_BOT_NAME commit: ${last_release_commit_hash}"
|
||||
echo "Current commit: ${GITHUB_SHA}"
|
||||
if [[ "${last_release_commit_hash}" = "${GITHUB_SHA}" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user