blob: 2904dba6f6d2c53f6438a520739aa18cbc9af52f [file] [log] [blame]
Joey Armstrongbbd05932022-12-16 02:48:31 -05001This directory is used to as a non-invasive mechanism for triggering
2a jenkins build or release job. No explicit dependencies exist so
3any jobs failing based on content in .onf/* will be a sure sign
4of corruption.
5
6% date >> nop
7% git add nop
8% git ci --message "job trigger"
9% git review
10
11# [EOF]