mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 21:30:35 +05:00
gitlab-ci: push to github repository
This commit is contained in:
parent
f992503499
commit
82c61f04a8
@ -163,10 +163,12 @@ deploy_sourceforge:
|
|||||||
- docker
|
- docker
|
||||||
script:
|
script:
|
||||||
- git remote add sourceforge ssh://mhochste@git.code.sf.net/p/netgen-mesher/git || true
|
- git remote add sourceforge ssh://mhochste@git.code.sf.net/p/netgen-mesher/git || true
|
||||||
|
- git remote add github git@github.com:NGSolve/netgen.git || true
|
||||||
- git remote update
|
- git remote update
|
||||||
- git checkout master
|
- git checkout master
|
||||||
- git pull origin master
|
- git pull origin master
|
||||||
- git push sourceforge master
|
- git push sourceforge master
|
||||||
|
- git push github master
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user