From fe308c3e216edd274ea3d3b69cc73f792c85d225 Mon Sep 17 00:00:00 2001 From: Thiago Lugli Date: Wed, 10 Apr 2024 13:46:52 -0300 Subject: [PATCH] Revert "Enable globstart on bash for shellcheck" This reverts commit d57a7a7ade263c2cc8a5b98521b0c1b70197b1d3. --- .github/workflows/kogito-images-pr-check.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/kogito-images-pr-check.yml b/.github/workflows/kogito-images-pr-check.yml index bf4180613..98a5199ba 100644 --- a/.github/workflows/kogito-images-pr-check.yml +++ b/.github/workflows/kogito-images-pr-check.yml @@ -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 }} @@ -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 @@ -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 \ No newline at end of file