diff --git a/setupbuild.sh b/setupbuild.sh new file mode 100644 index 0000000..03facf5 --- /dev/null +++ b/setupbuild.sh @@ -0,0 +1,4 @@ +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