From 710595df0ec06d536b716e6da29076b0c400872b Mon Sep 17 00:00:00 2001 From: Lyn Elisa Goltz <goltz@lat-lon.de> Date: Mon, 4 Mar 2024 09:48:16 +0100 Subject: [PATCH] XPLANBOX-2786 - fetch all branches, commit must not be on main --- codeDrop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeDrop.sh b/codeDrop.sh index b0db6b584..30c997495 100755 --- a/codeDrop.sh +++ b/codeDrop.sh @@ -28,7 +28,7 @@ git fetch origin $srcBranchOrTag echo "Fetching from OpenCoDE..." git remote add remote-opencode git@gitlab.opencode.de:diplanung/ozgxplanung.git -git fetch remote-opencode main +git fetch remote-opencode echo "Preparing code drop" -- GitLab