22stages :
33 - processing
44 - core
5- - finalize
6-
5+ - update_repositories
6+ - documentation
77
88# ##################################################################################################
99variables :
@@ -319,24 +319,10 @@ grid_performance:
319319 untracked : true
320320 paths : [performance.txt]
321321
322-
323322# ##################################################################################################
324- update_website_master :
325- stage : finalize
326- trigger :
327- project : damask/website
328- branch : master
329- rules : [if: $CI_COMMIT_BRANCH == 'development']
330-
331- update_website_3.0 :
332- stage : finalize
333- trigger :
334- project : damask/website
335- branch : ' 3.0'
336- rules : [if: $CI_COMMIT_BRANCH == '3.0']
337323
338324update_statistics :
339- stage : finalize
325+ stage : update_repositories
340326 tags :
341327 - matesting_bare-metal # could be any runner, needs git and should be fast to set up
342328 dependencies :
@@ -351,7 +337,7 @@ update_statistics:
351337 rules : [if: $CI_COMMIT_BRANCH == 'development']
352338
353339update_revision :
354- stage : finalize
340+ stage : update_repositories
355341 tags :
356342 - matesting_bare-metal # could be any runner, needs git and should be fast to set up
357343 script :
@@ -364,3 +350,19 @@ update_revision:
364350 git commit VERSION -m "[skip ci] updated version information after successful test of ${VERSION}"
365351 - if [ ${CI_COMMIT_SHA} == $(git rev-parse HEAD^) ]; then git push --atomic --no-verify origin HEAD:development HEAD:master; fi
366352 rules : [if: $CI_COMMIT_BRANCH == 'development']
353+
354+ # ##################################################################################################
355+
356+ publish_website_master :
357+ stage : documentation
358+ trigger :
359+ project : damask/website
360+ branch : master
361+ rules : [if: $CI_COMMIT_BRANCH == 'development']
362+
363+ publish_website_3.0 :
364+ stage : documentation
365+ trigger :
366+ project : damask/website
367+ branch : ' 3.0'
368+ rules : [if: $CI_COMMIT_BRANCH == '3.0']
0 commit comments