Skip to content

Commit

Permalink
CI: don't use swap
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Boehme <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>

Autobuild-User(master): Ralph Böhme <[email protected]>
Autobuild-Date(master): Mon Mar  4 13:59:42 UTC 2019 on sn-devel-144
  • Loading branch information
slowfranklin committed Mar 4, 2019
1 parent d1c2fe8 commit 7798bc1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7798bc1

Please sign in to comment.