Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ stages: run_evaluate: image: ubuntu:18.04 stage: evaluate variables: trec_eval: 'yes' script: - apt update && apt install -y build-essential make git - git clone https://github.com/usnistgov/trec_eval.git Loading evaluate.sh +3 −3 Original line number Diff line number Diff line Loading @@ -46,8 +46,8 @@ rm README-head.md README-tail.md git add README.md cd .. if ! git diff --quiet --staged if ! git diff --staged then git commit -m 'Update result tables' --quiet git push --quiet git commit -m 'Update result tables' git push fi Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ stages: run_evaluate: image: ubuntu:18.04 stage: evaluate variables: trec_eval: 'yes' script: - apt update && apt install -y build-essential make git - git clone https://github.com/usnistgov/trec_eval.git Loading
evaluate.sh +3 −3 Original line number Diff line number Diff line Loading @@ -46,8 +46,8 @@ rm README-head.md README-tail.md git add README.md cd .. if ! git diff --quiet --staged if ! git diff --staged then git commit -m 'Update result tables' --quiet git push --quiet git commit -m 'Update result tables' git push fi