Skip to content

Commit 8fbaead

Browse files
committed
Try to find the file again and check if bash is not there
1 parent c45bc97 commit 8fbaead

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codestyle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
- run: apk add git
5252
- uses: actions/checkout@v4
5353
- name: Various fixes to this image
54-
run: .github/jobs/fix_pipelinecomponents_image.sh
54+
run: |
55+
find / -name fix_pipelinecomponents_image.sh
56+
bash .github/jobs/fix_pipelinecomponents_image.sh
5557
- name: Detect compatibility with supported PHP version
5658
run: >
5759
phpcs -s -p --colors

0 commit comments

Comments
 (0)