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

Revert "CI: print git branches and tags"

This reverts commit fa550961
parent 1471a11b
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -29,9 +29,6 @@ process_asn:
  script:
    - (asn1c -h 2>&1 || true ) | head -1
    - python3 -V
    - git branch -l
    - git branch -r
    - git tag -l
    - python3 testing/asn_process.py

process_xsd: