Loading templates/gitlab-ci-bash.yml +17 −19 Original line number Diff line number Diff line Loading @@ -213,8 +213,7 @@ bash-shellcheck: - export LC_ALL=C.UTF-8 - shellcheck $BASH_SHELLCHECK_OPTS $BASH_SHELLCHECK_FILES rules: - if: '$BASH_SHELLCHECK_DISABLED == "true"' when: never - if: '$BASH_SHELLCHECK_DISABLED != "true"' bash-bats: extends: .bash-base Loading @@ -236,4 +235,3 @@ bash-bats: - reports rules: - if: '$BASH_BATS_ENABLED == "true"' Loading
templates/gitlab-ci-bash.yml +17 −19 Original line number Diff line number Diff line Loading @@ -213,8 +213,7 @@ bash-shellcheck: - export LC_ALL=C.UTF-8 - shellcheck $BASH_SHELLCHECK_OPTS $BASH_SHELLCHECK_FILES rules: - if: '$BASH_SHELLCHECK_DISABLED == "true"' when: never - if: '$BASH_SHELLCHECK_DISABLED != "true"' bash-bats: extends: .bash-base Loading @@ -236,4 +235,3 @@ bash-bats: - reports rules: - if: '$BASH_BATS_ENABLED == "true"'