From 808960104e4343f6758081782b9f7f53b182ba20 Mon Sep 17 00:00:00 2001 From: Franz Roters Date: Thu, 20 Jul 2023 09:14:11 +0200 Subject: [PATCH] ensure performance plots are updated only when performance test is (successfully) completetd --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25ffbc0f1..f270450fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -218,8 +218,10 @@ grid_performance: git push fi + +################################################################################################### update_plots: - stage: statistics + stage: finalize script: - cd $(mktemp -d) - git clone -q git@git.damask.mpie.de:damask/statistics.git . @@ -234,8 +236,6 @@ update_plots: only: - development - -################################################################################################### update_revision: stage: finalize before_script: