.gitlab-ci.yml: show the system state also as after_script
authorStefan Metzmacher <metze@samba.org>
Wed, 27 Feb 2019 13:23:48 +0000 (14:23 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 12 Apr 2019 20:42:27 +0000 (20:42 +0000)
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

.gitlab-ci.yml

index 8d4a9365dff8fd1b3d95315494faa918d041f57c..2504cd46a23bdcca8b1136f8808ad62d527376b4 100644 (file)
@@ -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