]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Fix: CI: test: set upstream Git branches develop master
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Oct 2025 12:47:41 +0000 (09:47 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Oct 2025 12:47:41 +0000 (09:47 -0300)
.gitlab-ci.yml

index 40a2f0d0154d4d9d7fa6858169854b010d403d56..0fe0fede0bcfa9a113027237a176f2a44eaa063c 100644 (file)
@@ -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'