We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7463314 commit ed63a1dCopy full SHA for ed63a1d
.github/jobs/fix_pipelinecomponents_image.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
3
set -euxo pipefail
4
.github/workflows/codestyle.yml
@@ -53,7 +53,9 @@ jobs:
53
- name: Various fixes to this image
54
run: |
55
find / -name fix_pipelinecomponents_image.sh
56
- bash .github/jobs/fix_pipelinecomponents_image.sh
+ find / -name bash
57
+ /usr/bin/env bash --version
58
+ .github/jobs/fix_pipelinecomponents_image.sh
59
- name: Detect compatibility with supported PHP version
60
run: >
61
phpcs -s -p --colors
0 commit comments