Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading