From fed78f2ca0103fe447c1d09cba84e2107b0db733 Mon Sep 17 00:00:00 2001 From: "mhochsteger@cerbsim.com" Date: Fri, 18 Mar 2022 11:44:04 +0100 Subject: [PATCH] ci - don't push to sourceforge anymore --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ac46603..292964a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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