From: Silvio Rhatto Date: Sat, 21 Feb 2026 11:32:23 +0000 (-0300) Subject: Fix: CI: set-upstream on debian an develop branches X-Git-Tag: debian_keyringer_0.7.0-1~8 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ded3e927542a55c078ccecac8cb26a871e5c0815;p=keyringer.git Fix: CI: set-upstream on debian an develop branches --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 281d60f..0fe0fed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,6 +41,7 @@ debian: - git fetch --all - git branch debian --track origin/debian || true - git checkout debian + - git branch --set-upstream-to=origin/debian debian - git pull - gbp buildpackage --git-ignore-new --git-upstream-signatures=no --git-no-sign-tags -us -uc @@ -70,12 +71,14 @@ test: - git fetch --all - git branch debian --track origin/debian || true - git checkout debian + - git branch --set-upstream-to=origin/debian debian - git pull - gpg --import < debian/upstream/signing-key.asc # Create a test keyring in the develop branch - git branch develop --track origin/develop || true - git checkout develop + - git branch --set-upstream-to=origin/develop develop - git pull - mkdir -p ~/temp/tests - git config --global user.name 'Test'