Do not set permissions for jenkins/*

Change Ie344c9f9f8cc39b102f0147ecffa189e1b83da1e set the permissions of
all executed files in jenkins/scripts, so we do not need to change
permissions anymore jenkins/* - the other directories do not contain
executable content at all.

Thus, remove the extra chmod.

Change-Id: Ib8990c5069a3a05c52aef9741a65ee3e8333ee44
This commit is contained in:
Andreas Jaeger 2017-04-11 10:27:25 +02:00
parent 0f3a9d73eb
commit 915f46c541

View File

@ -29,6 +29,3 @@ cp -a /opt/git/openstack-infra/project-config/jenkins/data \
/usr/local/jenkins/common_data
cp -a /opt/git/openstack-infra/project-config/jenkins/scripts \
/usr/local/jenkins/slave_scripts
# TODO(pabelanger): Stop changing permissions, we really should be setting them
# within git, not at runtime.
chmod 0755 -R /usr/local/jenkins