.gitlab-ci.yml: print out /proc/swaps
authorStefan Metzmacher <metze@samba.org>
Wed, 27 Feb 2019 13:29:22 +0000 (14:29 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 12 Apr 2019 19:41:25 +0000 (19:41 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
.gitlab-ci.yml

index 7393d97a835a4cd3fd072ff7a41e38e6c92c355b..8d4a9365dff8fd1b3d95315494faa918d041f57c 100644 (file)
@@ -22,6 +22,7 @@ variables:
     - cat /etc/os-release
     - mount
     - df -h
+    - cat /proc/swaps
     - free -h
   artifacts:
     expire_in: 1 week