Skip to content

Commit

Permalink
Merge pull request #314 from HuongNV13/addBuildTimestamp
Browse files Browse the repository at this point in the history
Add CiBot's build timestamp in the result file
  • Loading branch information
junpataleta authored Oct 16, 2024
2 parents 2dd4d47 + 0491480 commit 0eb6bf7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ while read issue; do
else
echo "[Should these errors be fixed?|https://moodledev.io/general/development/tools/cibot#should-coding-style-issues-in-existing-code-be-fixed]" >> "${resultfile}.${issue}.txt"
fi
# Add build timestamp to the bottom of the report
echo "" >> "${resultfile}.${issue}.txt"
echo "Built on: $(date -u)" >> "${resultfile}.${issue}.txt"

# Execute the criteria postissue. It will perform the needed changes in the tracker for the current issue
if [[ ${quiet} == "false" ]]; then
Expand Down

0 comments on commit 0eb6bf7

Please sign in to comment.