Skip to content

Commit d2cd2ce

Browse files
authored
Fix permission on kafka-scripts (#43)
Signed-off-by: see-quick <maros.orsak159@gmail.com>
1 parent bd09001 commit d2cd2ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/build/build-containers/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ runs:
2323
name: kafka-binaries
2424
path: images/kafka_binaries/
2525

26+
- name: Restore execute permissions on Kafka scripts
27+
shell: bash
28+
run: chmod -R +x images/kafka_binaries/*/bin/
29+
2630
- name: Build base images
2731
shell: bash
2832
run: make docker_prepare_base_images

0 commit comments

Comments
 (0)