Commit 1da14475 authored by Thomas Boni's avatar Thomas Boni
Browse files

Merge branch '325-job-spell_checker-job-success-even-if-error-occurs' into 'latest'

Resolve "[job][spell_checker] job success even if error occurs"

Closes #325

See merge request r2devops/hub!188
parents 1ed72995 aa5d60e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ spell_check:
      PYSPELLING_SPELLER: "aspell=0.60.7~20110707-6"
      PYSPELLING_CONFIG: ""
      PYSPELLING_OPTIONS: ""
      SNIPPET_VERSION: "4cc2af8e840aff6f599a894351de62c9b29ddc69"
      SNIPPET_VERSION: "7419433888dc5e6ebd1223ed05c39c6507988b69"
    script:
      # Installing global dependencies depending on variables
      - apt update && apt install -y ${PYSPELLING_SPELLER}
+1 −0
Original line number Diff line number Diff line
* Fix success job when there is an unhandled error (python program)
 No newline at end of file