ensure performance plots are updated only when performance test is (successfully) completetd
This commit is contained in:
parent
d104f4810e
commit
808960104e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue