From: Silvio Rhatto Date: Sun, 26 Oct 2025 12:47:41 +0000 (-0300) Subject: Fix: CI: test: set upstream Git branches X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=dfb8f1aeed18712bd3fb6949c4a25a449b689d03;p=keyringer.git Fix: CI: test: set upstream Git branches --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40a2f0d..0fe0fed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,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'