mirror of
https://github.com/alerta/alerta.git
synced 2025-01-24 01:10:24 +00:00
49ec257e76
* Add attributes field to heartbeat for use in hb alerts * Whitespace fix for pre-commit hook to pass
5 lines
140 B
Python
5 lines
140 B
Python
from datetime import datetime
|
|
|
|
BUILD_NUMBER = 'DEV'
|
|
BUILD_DATE = datetime.utcnow().strftime('%Y-%m-%dT%H:%M:%SZ')
|
|
BUILD_VCS_NUMBER = 'HEAD'
|