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 LDAP SDK 5.5 has been removed since all
dependencies should be available on Fedora 40.
  • Loading branch information
edewata committed Mar 28, 2024
1 parent 03d61f4 commit 1aed574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 }}
NAMESPACE: ${{ vars.REGISTRY_NAMESPACE || 'dogtagpki' }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

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

jobs:
Expand Down

0 comments on commit 1aed574

Please sign in to comment.