Skip to content

Commit

Permalink
Remove default COPR_REPO
Browse files Browse the repository at this point in the history
The default COPR_REPO for JSS 5.5 has been removed since all
dependencies should be available on Fedora 40.
  • Loading branch information
edewata committed Mar 28, 2024
1 parent c1939cf commit dbe2a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
BASE_IMAGE: ${{ vars.BASE_IMAGE || 'registry.fedoraproject.org/fedora:40' }}
COPR_REPO: ${{ vars.COPR_REPO || '@pki/master' }}
COPR_REPO: ${{ vars.COPR_REPO }}

jobs:
build:
Expand Down

0 comments on commit dbe2a62

Please sign in to comment.