Commit 809a1363 authored by Denis Filatov's avatar Denis Filatov
Browse files

Update .gitlab-ci.yml

parent 9ff6d4ea
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ variables:

prepare:
  stage: setup
  when: manual  
  script: 
    - curl --header "PRIVATE-TOKEN:$CI_DOC_TOKEN" https://forge.etsi.org/rep/api/v4/projects/592/repository/files/asn2md.py?ref=master | python -c "import sys, json, base64; open('asn2md.py', 'wb').write(base64.b64decode(json.load(sys.stdin)['content']))"
    - mkdir -p asn1c 
@@ -18,7 +19,6 @@ prepare:
    - rm -rf asn1c-build
  cache:
    key: asn1c
    when: always
    paths:
      - asn1c/

@@ -31,7 +31,6 @@ validate:
      paths:
        - asn1c/
    - key: iso
      when: 'always'
      paths:
        - iso/*
  only: