From 1e9cd8d097b9d5d2423b2383e8d87f6431dbbeba Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sun, 5 Sep 2021 08:46:32 +0200 Subject: [PATCH] sync runtime data with remote repo --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf75d619a..cb3e04106 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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