1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

.gitlab-ci.yml: print out /proc/swaps

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Stefan Metzmacher 2019-02-27 14:29:22 +01:00
parent a6428d5f45
commit 664cd72296

View File

@ -22,6 +22,7 @@ variables:
- cat /etc/os-release
- mount
- df -h
- cat /proc/swaps
- free -h
artifacts:
expire_in: 1 week