#!/bin/bash # Set up the build environment for a janitor worker. set -e DEBUG=true . /srv/jenkins/bin/common-functions.sh common_init "$@"
sudo sysctl kernel.unprivileged_userns_clone=1
# vim: set sw=0 noet :