Skip to content

Commit

Permalink
Revert "Enable globstart on bash for shellcheck"
Browse files Browse the repository at this point in the history
This reverts commit d57a7a7.
  • Loading branch information
thiagoelg committed Apr 10, 2024
1 parent d57a7a7 commit fe308c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/kogito-images-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: run bats
run: |
./scripts/run-bats.sh
validate_kogito_imagestream:
concurrency:
group: ${{ github.repository.name }}_validate_kogito_imagestream-${{ github.head_ref }}
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Add execution permission to openshift-validator-tool
run: |
chmod +x openshift-template-validator-linux-amd64
mv openshift-template-validator-linux-amd64 ${HOME}
mv openshift-template-validator-linux-amd64 ${HOME}
- name: validate kogito imagestream
run: |
${HOME}/openshift-template-validator-linux-amd64 validate -f kogito-imagestream.yaml
Expand All @@ -60,5 +60,4 @@ jobs:
run: |
# Ignore SC2034 since we have many var which are unused in the script but can be used while deployment at runtime by setting env. For eg: ${KOGITO_QUARKUS_JVM_PROPS}
# Ignore SC1090 since the source files in our case didn't need to be checked
shopt -s globstar
shellcheck -e SC2034 -e SC1090 modules/**/configure modules/**/*.sh

0 comments on commit fe308c3

Please sign in to comment.