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

CI: print git branches and tags

parent 1cb6383c
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -26,6 +26,9 @@ 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: