Add execute bit to make shell scripts executable#1874
Conversation
|
Hi @baodongli. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Assign the PR to them by writing The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:You can indicate your approval by writing |
Codecov Report
@@ Coverage Diff @@
## master #1874 +/- ##
==========================================
- Coverage 81.23% 81.22% -0.02%
==========================================
Files 191 191
Lines 19344 19344
==========================================
- Hits 15715 15712 -3
- Misses 3173 3176 +3
Partials 456 456
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1874 +/- ##
==========================================
- Coverage 81.23% 81.22% -0.02%
==========================================
Files 191 191
Lines 19344 19344
==========================================
- Hits 15715 15712 -3
- Misses 3173 3176 +3
Partials 456 456
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1874 +/- ##
==========================================
- Coverage 81.23% 81.22% -0.02%
==========================================
Files 191 191
Lines 19344 19344
==========================================
- Hits 15715 15712 -3
- Misses 3173 3176 +3
Partials 456 456
Continue to review full report at Codecov.
|
|
/ok-to-test |
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
What this PR does / why we need it:
Add execute bit to the shell scripts under ./bin to make them executable.
./bin/pre-commit and ./bin/docker_lib.sh are missing the execute bit and can't be executed.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #1872Special notes for your reviewer:
Release note: