summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-02-27 14:23:48 +0100
committerStefan Metzmacher <metze@samba.org>2019-04-12 20:42:27 +0000
commit98521ce51c64045ca651ed72440a3224648ce00e (patch)
treeca06b1e44df1dcad8e5ae7dee9338acf2e071d04 /.gitlab-ci.yml
parent664cd722966e949b02b3e0181a6e69743c5d546f (diff)
downloadsamba-98521ce51c64045ca651ed72440a3224648ce00e.tar.gz
.gitlab-ci.yml: show the system state also as after_script
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Apr 12 20:42:27 UTC 2019 on sn-devel-144
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
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