Skip to content

Commit ed63a1d

Browse files
committed
More debugging
1 parent 7463314 commit ed63a1d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/jobs/fix_pipelinecomponents_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -euxo pipefail
44

.github/workflows/codestyle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
- name: Various fixes to this image
5454
run: |
5555
find / -name fix_pipelinecomponents_image.sh
56-
bash .github/jobs/fix_pipelinecomponents_image.sh
56+
find / -name bash
57+
/usr/bin/env bash --version
58+
.github/jobs/fix_pipelinecomponents_image.sh
5759
- name: Detect compatibility with supported PHP version
5860
run: >
5961
phpcs -s -p --colors

0 commit comments

Comments
 (0)