diff options
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' |