diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-09-24 17:47:34 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-09-24 17:47:34 +0200 |
commit | c4ec4b6700c790ca91a5768f58d41dd7a2004cc8 (patch) | |
tree | e854aba74d87b4885336f73c6cedc9237cf206a9 /job-cfg | |
parent | 549cfa1c91dde756b23bde22cc9f1930d8e3e400 (diff) | |
download | jenkins.debian.net-c4ec4b6700c790ca91a5768f58d41dd7a2004cc8.tar.xz |
reproducible website: no need to fiddle with umask if jekyll is always run by the jenkins user
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 2d5f8e77..80e4b12d 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -763,7 +763,7 @@ my_hname: '' my_gitrepo: 'git://git.debian.org/git/reproducible/reproducible-website.git' my_gitbranches: 'origin/master' - my_shell: 'umask 002 ; jekyll build -s . -d /srv/reproducible-builds.org/www' + my_shell: 'jekyll build -s . -d /srv/reproducible-builds.org/www' my_gitbranches: 'master' my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' |