libsmb: Make cli_smb2_unlink async
[kai/samba-autobuild/.git] / .gitlab-ci.yml
index 702f43760f41f0442701a5bb496a0a29fe15d339..1e836c6f28defd7c039d7812b7b8865191ab5346 100644 (file)
@@ -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