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
+2-1
Original file line number
Diff line number
Diff line change
@@ -293,9 +293,10 @@ 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
+
296
297
# Add build timestamp to the bottom of the report
297
298
echo"">>"${resultfile}.${issue}.txt"
298
-
echo"Built on: $(date -u)">>"${resultfile}.${issue}.txt"
299
+
echo"Built on: $(date -u'+%a %b %e %H:%M:%S %Z %Y')">>"${resultfile}.${issue}.txt"
299
300
300
301
# Execute the criteria postissue. It will perform the needed changes in the tracker for the current issue
0 commit comments