mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
ci - don't push to sourceforge anymore
This commit is contained in:
parent
aa206c7bae
commit
fed78f2ca0
@ -5,19 +5,17 @@ stages:
|
|||||||
- deploy
|
- deploy
|
||||||
- cleanup
|
- cleanup
|
||||||
|
|
||||||
push_github_sourceforge:
|
push_github:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- docker
|
- docker
|
||||||
- bash
|
- bash
|
||||||
script:
|
script:
|
||||||
- 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 add github git@github.com:NGSolve/netgen.git || true
|
||||||
- git remote update
|
- git remote update
|
||||||
- git checkout --track origin/master
|
- git checkout --track origin/master
|
||||||
- git pull origin master
|
- git pull origin master
|
||||||
- git push sourceforge master --tags
|
|
||||||
- git push github master --tags
|
- git push github master --tags
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user