From f108c95fb29c50ebd491f503258e114fdf6952e0 Mon Sep 17 00:00:00 2001 From: Aaron Spring <aaron.spring@mpimet.mpg.de> Date: Wed, 19 May 2021 12:40:01 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01f46a7..43b6b91 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ In the gitlab repository, under "Settings" -> "CI/CD" -> "Variables", add the `COMPETITION` key with value `S2S-AI`, so the `scorer` bot knows where to search for submissions. +todo: probably not needed instead ensure that project/repo has a certain `tag` + <img src="docs/screenshots/gitlab_variables.png" width="300"> <img src="docs/screenshots/gitlab_add_variable.png" width="300"> @@ -92,7 +94,7 @@ the training notebook/pipeline and submission file ML_prediction.nc with `git lf After commiting, `git tag submission-method_name-number` ```bash git lfs track "*.nc" # once, already done in template -git add submissions/submission_my_method.nc +git add submissions/ML_prediction_2020.nc git commit -m "commit submission for my_method" git tag "submission-my_method-0.0.1" # if this is to be checked by scorer git push --tags -- GitLab