Skip to content
Snippets Groups Projects
Commit 5fdf82e4 authored by Pierre-Gilles Levallois's avatar Pierre-Gilles Levallois
Browse files

add timestamp at each stage

parent 1b8cb039
No related branches found
No related tags found
No related merge requests found
Pipeline #104240 canceled
...@@ -36,7 +36,7 @@ archive_version="v$tag-$today" ...@@ -36,7 +36,7 @@ archive_version="v$tag-$today"
# Logging # Logging
stage () { stage () {
echo -e $line echo -e $line
echo -e "\e[96m$stage. $1\e[39m" echo -e "\e[96m$stage. $1 - $(date +"%d/%m/%Y %H:%M:%S")\e[39m"
echo -e $line echo -e $line
stage=$((stage+1)) stage=$((stage+1))
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment