Skip to content

Commit

Permalink
Merge branch 'update-website' into 'development'
Browse files Browse the repository at this point in the history
update website instead of performance plots only to keep documentation up to date as well

See merge request damask/DAMASK!952
  • Loading branch information
MarDiehl committed Jun 18, 2024
2 parents 18fed21 + b6b45aa commit 8ae3c2f
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,19 +254,11 @@ grid_performance:
###################################################################################################
update_plots:
update_website:
stage: finalize
script:
- cd $(mktemp -d)
- git clone -q git@git.damask.mpie.de:damask/statistics.git .
- ./plot_commithistory.py ${TOKEN} --color green -n 5 -N 100
- ./plot_commithistory.py ${TOKEN} --color green -n 5 -N 1000
- ./plot_commithistory.py ${TOKEN} --color green -n 5 -N 10000
- scp -r ./commits_*.html damask.mpie.de:~/
- ssh damask.mpie.de "./update_statistics_commits.sh"
- ./plot_performance.py --template=xgridoff
- scp -r ./runtime.html ./memory.html damask.mpie.de:~/
- ssh damask.mpie.de "./update_statistics_performance.sh"
trigger:
project: damask/website
branch: master
only:
- development

Expand Down

0 comments on commit 8ae3c2f

Please sign in to comment.