Skip to content

Commit

Permalink
ci: don't check gpgkey
Browse files Browse the repository at this point in the history
Signed-off-by: Ming Lei <[email protected]>
  • Loading branch information
ming1 committed Apr 29, 2024
1 parent 61b2b86 commit 2f722fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
tar zxf v14.tar.gz
cd mkosi-14
sed -i '/gpgurl\ = \urllib.parse.urljoin/c \ gpgurl\ =\ \"https://fedoraproject.org/fedora.gpg\"' ./mkosi/__init__.py
sed -i 's/gpgcheck = True/gpgcheck = False/g' ./mkosi/__init__.py
python3 -m pip install --user ./
# Required for ssh'ing into VM
Expand Down

0 comments on commit 2f722fb

Please sign in to comment.