File tree 1 file changed +4
-12
lines changed
1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -254,19 +254,11 @@ grid_performance:
254
254
255
255
256
256
# ##################################################################################################
257
- update_plots :
257
+ update_website :
258
258
stage : finalize
259
- script :
260
- - cd $(mktemp -d)
261
- - git clone -q git@git.damask.mpie.de:damask/statistics.git .
262
- - ./plot_commithistory.py ${TOKEN} --color green -n 5 -N 100
263
- - ./plot_commithistory.py ${TOKEN} --color green -n 5 -N 1000
264
- - ./plot_commithistory.py ${TOKEN} --color green -n 5 -N 10000
265
- - scp -r ./commits_*.html damask.mpie.de:~/
266
- - ssh damask.mpie.de "./update_statistics_commits.sh"
267
- - ./plot_performance.py --template=xgridoff
268
- - scp -r ./runtime.html ./memory.html damask.mpie.de:~/
269
- - ssh damask.mpie.de "./update_statistics_performance.sh"
259
+ trigger :
260
+ project : damask/website
261
+ branch : master
270
262
only :
271
263
- development
272
264
You can’t perform that action at this time.
0 commit comments