Skip to content

Commit

Permalink
log the current hash
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Mar 3, 2025
1 parent cf43305 commit b9f93b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/studies/arkouda/sub_test
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ fi

cd ${ARKOUDA_HOME}

# report the current git hash
git_hash=$(git rev-parse HEAD)
# strip .git from the end of ARKOUDA_URL, if it's there
git_url=$(echo $ARKOUDA_URL | sed 's/\.git$//')
log "Current Arkouda commit is $git_hash, see $git_url/commit/$git_hash"

if [ -z "${ARKOUDA_SKIP_CHECK_DEPS}" ] ; then
# Install dependencies if needed
if make check-deps ; then
Expand Down

0 comments on commit b9f93b5

Please sign in to comment.