summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-03-03 22:09:26 +0100
committerRalph Boehme <slow@samba.org>2019-03-04 13:59:42 +0000
commit7798bc14fbdae3461eb30421923d53978b3f781d (patch)
tree259b92c3ec36f2e22c4737c17a8578e1cd749dab /.gitlab-ci.yml
parentd1c2fe89073bf463a5791d433f60bc9381bdad62 (diff)
downloadsamba-7798bc14fbdae3461eb30421923d53978b3f781d.tar.gz
CI: don't use swap
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Mon Mar 4 13:59:42 UTC 2019 on sn-devel-144
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 702f43760f4..1e836c6f28d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,12 +19,6 @@ variables:
before_script:
- uname -a
- lsb_release -a
- - echo "Build starting (preparing swap)..."
- - if [ $(df -m / --output=avail | tail -n1) -gt 10240 ]; then
- sudo dd if=/dev/zero of=/samba-swap bs=1M count=6144;
- sudo mkswap /samba-swap;
- sudo swapon /samba-swap;
- fi
- mount
- df -h
- free -h