Skip to content

Commit

Permalink
Added commit message to install script with git rev-parse
Browse files Browse the repository at this point in the history
  • Loading branch information
usma0118 committed Oct 31, 2024
1 parent 75ae8cd commit 776704e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/install
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi

declare -r playbook_file="${os_family}.yml"

log_info "running with commit id: " git rev-parse HEAD
log_info "running with commit id: $(git rev-parse HEAD)"

if [[ "$os_family" == 'alpine' ]]; then
log_warning "Script is running in alpine, proceeding with silent mode."
Expand Down

0 comments on commit 776704e

Please sign in to comment.