From 5db1cf9e322dec85a7e9d502ef4ea5e5860acc97 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 15 Sep 2021 18:10:07 +1000 Subject: [PATCH] add estimate to job --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 2d8f442..df7cb43 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,6 @@ ## GENERAL + * estimate time to finish (say once we have taken longer than 5 mins?), then based on progress so far... + * get build process to create a random string for secret for PROD, otherwise use builtin for dev * comment your code