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