Skip to content

Commit

Permalink
Add log timing to package normalization via Go script.
Browse files Browse the repository at this point in the history
  • Loading branch information
awalsh128 committed Nov 27, 2023
1 parent 8b55495 commit 8010d65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pre_cache_action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ debug="${4}"
input_packages="${@:5}"

# Trim commas, excess spaces, and sort.
log "Normalizing package list..."
packages="$(get_normalized_package_list "${input_packages}")"
log "done"

# Create cache directory so artifacts can be saved.
mkdir -p ${cache_dir}
Expand Down

0 comments on commit 8010d65

Please sign in to comment.