sync runtime data with remote repo

This commit is contained in:
Martin Diehl 2021-09-05 08:46:32 +02:00
parent 3a04454be4
commit 1e9cd8d097
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ backup_runtime_measurement:
script:
- cd $LOCAL_HOME/performance # location of new runtime results
- git commit -am"${CI_PIPELINE_ID}_${CI_COMMIT_SHA}"
- git push
only:
- development