From: Stefan Metzmacher Date: Wed, 27 Feb 2019 13:23:48 +0000 (+0100) Subject: .gitlab-ci.yml: show the system state also as after_script X-Git-Tag: tdb-1.4.1~431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98521ce51c64045ca651ed72440a3224648ce00e;p=thirdparty%2Fsamba.git .gitlab-ci.yml: show the system state also as after_script Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider Reviewed-by: Ralph Boehme Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Fri Apr 12 20:42:27 UTC 2019 on sn-devel-144 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d4a9365dff..2504cd46a23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,11 @@ variables: - df -h - cat /proc/swaps - free -h + after_script: + - mount + - df -h + - cat /proc/swaps + - free -h artifacts: expire_in: 1 week when: on_failure