Skip to content
Snippets Groups Projects
Commit a01c5a2f authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Fix git URL for calibration_configurations repo

parent 00055707
No related branches found
No related tags found
1 merge request!1076Script to validate YAML config against notebooks
......@@ -48,7 +48,7 @@ pytest:
- python3 -m pip install ".[test]"
- python3 -m pytest --color yes --verbose --cov=cal_tools --cov=xfel_calibrate --cov-report html:htmlcov --cov-report term
- config_dir=$(mktemp -d)
- git clone "https://${CONFIG_REPO_DEPLOY_TOKEN}@git.xfel.eu/gitlab/detectors/calibration_configurations.git" "$config_dir"
- git clone "https://${CONFIG_REPO_DEPLOY_TOKEN}@git.xfel.eu/detectors/calibration_configurations.git" "$config_dir"
- python3 -m xfel_calibrate.validate_nbs_config --config-dir "$config_dir"
coverage: '/TOTAL.*? (\d+(?:\.\d+)?\%)$/'
artifacts:
......
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