Commit f55b9197 authored by Luke Mewburn's avatar Luke Mewburn
Browse files

CI: ignore exit code from asn1c -h

parent ae81a6dc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ process_asn:
  stage: check
  interruptible: true
  script:
    - asn1c -h 2>&1 | head -1
    - (asn1c -h 2>&1 || true ) | head -1
    - python3 -V
    - python3 testing/asn_process.py