Actions
Issue #4783
closedplugin_template bootstrap script creates scripts with wrong permissions
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Plugin Template
Sprint:
Sprint 53
Quarter:
Description
The .travis directory gets populated with multiple bash scripts. All are created with read/write permissions for the owner. When Travis tries to execute the scripts it gets a Permission Denied error. The bootstrap script should set the execute bit also for these scripts.
Actions