Skip to content

Commit

Permalink
Print RoDa/RoStr versions in logfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanbeek committed Aug 8, 2016
1 parent e8a1a5c commit 060f56e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rostr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ ROSTRLOG=~/rostr.$STAMP.conf

export RODA_VERSION=$(git --git-dir $DIR_BASE/pipelines/.git/ describe --tag --always)
export ROSTR_VERSION=$(git describe --tag --always)

echo '# RoDa '$RODA_VERSION >> $ROSTRLOG
echo '# RoStr '$ROSTR_VERSION >> $ROSTRLOG
echo '# Run date: '$(date +"%d/%m/%y")' '$(date +"%T") >> $ROSTRLOG
echo '' >> $ROSTRLOG
echo \#"${@}" >> $ROSTRLOG
Expand Down

0 comments on commit 060f56e

Please sign in to comment.