Skip to content
Snippets Groups Projects
Commit 3a3caee3 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

check that summary.md is up-to-date via the CI

parent f9a4cbdc
No related branches found
No related tags found
1 merge request!51check that summary.md is up-to-date via the CI
Pipeline #67391 failed
......@@ -4,6 +4,14 @@ default:
variables:
GIT_CLEAN_FLAGS: none #each use case cleans its own directory
__update-summary:
tags:
- docker
script:
- git config --global --add safe.directory $PWD
- ./compute-summary.sh
- git diff --exit-code summary.md
.make_job: &make_job
tags:
- docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment