[inactive-gitlab-users] Drop dumping JSON to stdout



commit 25665a567d53a9bcebb178aa141ab070c8d89094
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Wed Dec 1 08:08:14 2021 +0100

    Drop dumping JSON to stdout

 inactive-gitlab-users.sh | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/inactive-gitlab-users.sh b/inactive-gitlab-users.sh
index 1598d33..934ad60 100755
--- a/inactive-gitlab-users.sh
+++ b/inactive-gitlab-users.sh
@@ -10,6 +10,3 @@ python3 ./inactive-gitlab-users.py trust-2fa >/dev/null
 python3 ./inactive-gitlab-users.py snippets
 python3 ./inactive-gitlab-users.py get-inactive -t ${TIMEDELTA_UNIT}:${TIMEDELTA_VALUE} > /tmp/inactive.json
 python3 ./inactive-gitlab-users.py delete-from-json /tmp/inactive.json
-
-echo "Dumping json on pod's stdout"
-cat /tmp/inactive.json


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]