Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading