Skip to content

Commit 8ae3c2f

Browse files
committed
Merge branch 'update-website' into 'development'
update website instead of performance plots only to keep documentation up to date as well See merge request damask/DAMASK!952
2 parents 18fed21 + b6b45aa commit 8ae3c2f

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.gitlab-ci.yml

+4-12
Original file line numberDiff line numberDiff line change
@@ -254,19 +254,11 @@ grid_performance:
254254
255255
256256
###################################################################################################
257-
update_plots:
257+
update_website:
258258
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
270262
only:
271263
- development
272264

0 commit comments

Comments
 (0)