Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
chore: Unlock pipeline test (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaconsalvi authored May 6, 2024
1 parent 2d3f782 commit 50394bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/post-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@ jobs:
resourceGroup: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
imageToDeploy: ghcr.io/${{ github.repository }}:${{ steps.semantic.outputs.new_release_version }}@${{ steps.docker_build_push_stable.outputs.digest }}

- name: Login to Azure for OpenAPI Update
uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a #v2.0.0
with:
client-id: ${{ secrets.AZURE_CD_IDENTITY_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_CD_IDENTITY_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Update OpenAPI
if: steps.semantic.outputs.new_release_published == 'true'
run: |
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jacocoToolVersion=0.8.11
sonarPluginVersion=5.0.0.4638
sonarProjectKey=pagopa_mil-terminal-registry

projectVersion=1.3.0
projectVersion=1.3.1

0 comments on commit 50394bb

Please sign in to comment.