Skip to content

Commit

Permalink
ci: use correct branch for qrexec
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed May 14, 2023
1 parent 7b5810a commit eb2148c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
checks:pylint:
before_script:
- sudo dnf install -y python3-pip
- git clone https://github.com/QubesOS/qubes-core-qrexec ~/qubes-core-qrexec
- git clone -b release4.1 https://github.com/QubesOS/qubes-core-qrexec ~/qubes-core-qrexec
- pip3 install --quiet -r ci/requirements.txt
script:
- PYTHONPATH=test-packages:~/qubes-core-qrexec python3 -m pylint qubes
Expand All @@ -11,7 +11,7 @@ checks:tests:
- ci/codecov-wrapper -F unittests
before_script:
- sudo dnf install -y lvm2 vim-common python3-lxml python3-docutils
- git clone https://github.com/QubesOS/qubes-core-qrexec ~/qubes-core-qrexec
- git clone -b release4.1 https://github.com/QubesOS/qubes-core-qrexec ~/qubes-core-qrexec
- pip3 install --user --quiet -r ci/requirements.txt
script:
- PYTHONPATH=test-packages:~/qubes-core-qrexec ./run-tests
Expand Down

0 comments on commit eb2148c

Please sign in to comment.