diff --git a/setupbuild.sh b/setupbuild.sh new file mode 100644 index 0000000..4097289 --- /dev/null +++ b/setupbuild.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +useradd --no-create-home --shell=/bin/sh build && usermod -L build +echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers +echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers +chown -R build:build /drone/src \ No newline at end of file