Commit 8f81c29a authored by Denis Filatov's avatar Denis Filatov
Browse files

Update .gitlab-ci.yml

parent e28c8b5a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@ documentation:
    - python asn2md.py docs `find . -iname '*.asn'`
    - git add docs/*.md
    - git commit -m "Documentation update"
    - git push origin HEAD:$CI_COMMIT_REF_NAME
    - git remote rm origin && git remote add origin https://gitlab-ci-token:$CI_DOC_TOKEN@forge.etsi.org/rep/$CI_PROJECT_PATH.git
    - git push origin HEAD:$CI_COMMIT_REF_NAME # Pushes to the same branch as the trigger
  only:
    changes:
      - ./*.asn