Skip to content
Snippets Groups Projects
Commit c4c6a251 authored by inso's avatar inso
Browse files

Update bootstrap.sh

parent 0be45d63
Branches master
No related merge requests found
......@@ -16,6 +16,9 @@ _builder_prepare() {
touch /builder/reference || exit 1
chown --reference "${REFERENCE}" /builder/reference || exit 1
chown -R builder:builder /builds/* || exit 1
export XVFBARGS="-screen 0 1280x1024x24"
export DISPLAY=:99
/etc/init.d/xvfb start
}
# Terminate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment