Skip to content

Commit

Permalink
fix: rename incorrect workflow and provide prefix for services
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage committed Jul 25, 2024
1 parent f26fe8a commit 3512261
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,10 @@ jobs:
matrix:
services:
[
'organisation-api',
'organisation-delegations',
'organisation-elasticsearch',
'organisation-kbomutations',
'organisation-reporting',
'organisation-ui',
'organisation-vlaanderenbe',
'organisation-zorgengezondheid',
'organisation-rebuilder',
'basisregisters-organisation-api',
'basisregisters-organisation-elasticsearch',
'basisregisters-organisation-rebuilder',
'basisregisters-organisation-ui',
]
steps:
- name: CD
Expand Down
2 changes: 1 addition & 1 deletion OrganisationRegistry.sln
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ProjectSection(SolutionItems) = preProject
.github\workflows\build-site-image.yml = .github\workflows\build-site-image.yml
.github\workflows\build-nightly.yml = .github\workflows\build-nightly.yml
.github\workflows\production-new-manual.yml = .github\workflows\production-new-manual.yml
.github\workflows\staging--new-manual.yml = .github\workflows\staging--new-manual.yml
.github\workflows\staging-new-manual.yml = .github\workflows\staging-new-manual.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrganisationRegistry.Rebuilder", "src\OrganisationRegistry.Rebuilder\OrganisationRegistry.Rebuilder.csproj", "{9AAC8AB4-6540-4513-8DC4-597C2E54CAF0}"
Expand Down

0 comments on commit 3512261

Please sign in to comment.