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