Skip to content

Commit 0eb6bf7

Browse files
authored
Merge pull request #314 from HuongNV13/addBuildTimestamp
Add CiBot's build timestamp in the result file
2 parents 2dd4d47 + 0491480 commit 0eb6bf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tracker_automations/bulk_precheck_issues/bulk_precheck_issues.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ while read issue; do
293293
else
294294
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"
295295
fi
296+
# Add build timestamp to the bottom of the report
297+
echo "" >> "${resultfile}.${issue}.txt"
298+
echo "Built on: $(date -u)" >> "${resultfile}.${issue}.txt"
296299

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

0 commit comments

Comments
 (0)