Skip to content

Commit

Permalink
Merge 11d577b into ddb5d4b
Browse files Browse the repository at this point in the history
  • Loading branch information
defectiveAi authored Feb 24, 2022
2 parents ddb5d4b + 11d577b commit b79b742
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ on:

jobs:
publish_release:
uses: Energinet-DataHub/.github/.github/workflows/publish-release.yml@3.0.2
uses: Energinet-DataHub/.github/.github/workflows/publish-release.yml@5.0.1
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

dispatch_deployment_request:
needs: publish_release
uses: Energinet-DataHub/.github/.github/workflows/dispatch-deployment-request.yml@3.0.2
uses: Energinet-DataHub/.github/.github/workflows/dispatch-deployment-request.yml@5.0.1
with:
CALLER_REPOSITORY_NAME: geh-market-participant
CALLER_REPOSITORY_PATH: Energinet-DataHub/geh-market-participant
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ on:

jobs:
ci_base:
uses: Energinet-DataHub/.github/.github/workflows/ci-base.yml@3.0.2
uses: Energinet-DataHub/.github/.github/workflows/ci-base.yml@5.0.1

terraform_validate:
uses: Energinet-DataHub/.github/.github/workflows/[email protected].0
uses: Energinet-DataHub/.github/.github/workflows/[email protected].1
with:
TERRAFORM_WORKING_DIR_PATH: './build/infrastructure/main'
TERRAFORM_VERSION: '1.1.4'

database_migration_ci:
needs: [ci_base, terraform_validate]
uses: Energinet-DataHub/.github/.github/workflows/[email protected].0
uses: Energinet-DataHub/.github/.github/workflows/[email protected].1
with:
CSPROJ_FILE_PATH: 'source/Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp/Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp.csproj'
DOTNET_VERSION: '5.0.404'
ARTIFACT_NAME: databasemigration

dotnet_solution_ci:
uses: Energinet-DataHub/.github/.github/workflows/[email protected].0
uses: Energinet-DataHub/.github/.github/workflows/[email protected].1
with:
SOLUTION_FILE_PATH: 'source/Energinet.DataHub.MarketParticipant.sln'
DOTNET_VERSION: '5.0'
Expand All @@ -53,7 +53,7 @@ jobs:

organization_func_ci:
needs: [ci_base, dotnet_solution_ci, terraform_validate]
uses: Energinet-DataHub/.github/.github/workflows/[email protected].0
uses: Energinet-DataHub/.github/.github/workflows/[email protected].1
with:
CSPROJ_FILE_PATH: 'source/Energinet.DataHub.MarketParticipant.EntryPoint.Organization/Energinet.DataHub.MarketParticipant.EntryPoint.Organization.csproj'
DOTNET_VERSION: '5.0'
Expand All @@ -64,7 +64,7 @@ jobs:
database_migration_ci,
organization_func_ci
]
uses: Energinet-DataHub/.github/.github/workflows/[email protected].0
uses: Energinet-DataHub/.github/.github/workflows/[email protected].1
with:
CALLER_REPOSITORY_PATH: Energinet-DataHub/geh-market-participant
secrets:
Expand Down

0 comments on commit b79b742

Please sign in to comment.