Commit ef699e61 authored by Pierre Smeyers's avatar Pierre Smeyers Committed by Cédric OLIVIER
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 0aa727d1
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -213,9 +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 == null'
    - if: '$BASH_SHELLCHECK_DISABLED != "true"'

bash-bats:
  extends: .bash-base