You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tracker_automations/bulk_precheck_issues/bulk_precheck_issues.sh
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,9 @@ while read issue; do
293
293
else
294
294
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"
295
295
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"
296
299
297
300
# Execute the criteria postissue. It will perform the needed changes in the tracker for the current issue
0 commit comments