Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
print branch name in pre/post
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Nov 29, 2017
1 parent 938aeaa commit 36be64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions post.sh
Expand Up @@ -6,6 +6,7 @@ MYDIR=$(cd "$MYDIR" || exit 1; pwd)
# shellcheck source=lib.sh
. "${MYDIR}/lib.sh"

echo "OpenNMS Bamboo Utils Post-Build: branch=$(get_git_branch_name "${MYDIR}")"
stop_compiles
stop_opennms
clean_opennms
Expand Down
1 change: 1 addition & 0 deletions pre.sh
Expand Up @@ -6,6 +6,7 @@ MYDIR=$(cd "$MYDIR" || exit 1; pwd)
# shellcheck source=lib.sh
. "${MYDIR}/lib.sh"

echo "OpenNMS Bamboo Utils Pre-Build: branch=$(get_git_branch_name "${MYDIR}")"
increase_limits || :
stop_compiles
stop_firefox
Expand Down

0 comments on commit 36be64c

Please sign in to comment.