Commit 6f8c6a30 authored by Denis Filatov's avatar Denis Filatov
Browse files

fix logic in .gitlab-ci.yml

parent 642b5cc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ validate:
documentation:
  stage: deploy
  script:
    - if [ -f asn2md.py ]; then curl -o asn2md.py --header "PRIVATE-TOKEN:$CI_DOC_TOKEN" "https://forge.etsi.org/rep/api/v4/projects/592/repository/files/asn2md.py/raw?ref=master"; fi
    - if ! [ -f asn2md.py ]; then curl -o asn2md.py --header "PRIVATE-TOKEN:$CI_DOC_TOKEN" "https://forge.etsi.org/rep/api/v4/projects/592/repository/files/asn2md.py/raw?ref=master"; fi
    - make -f .gitlab-ci.mk doc
    - git add docs/*.md
    - git commit -m "Documentation update"