Commit f8cdaf9a authored by Denis Filatov's avatar Denis Filatov
Browse files

Update .gitlab-ci.yml

parent f65c1f0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ documentation:
    - curl -o asn2md.py --header "PRIVATE-TOKEN:$CI_JOB_TOKEN" "https://forge.etsi.org/rep/api/v4/projects/592/repository/files/asn2md.py/raw?ref=master"
    - make -f .gitlab-ci.mk doc
    - >
      if [ -z "$(git status --untracked-files=no --porcelain)" ]; then
      if [ -z "$(git status --untracked-files=no --porcelain)" ] && false; then
        echo "No changes found";
      else 
        git add docs/*.md &&