Skip to content

Commit

Permalink
ci: fix migration job
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Mar 20, 2024
1 parent a99034c commit fc8e4bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow-deploy-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ jobs:
with:
azcliversion: ${{ env.AZ_CLI_VERSION }}
inlineScript: |
./.github/tools/containerAppJobVerifier.sh ${{ steps.deploy.outputs.name }} ${{ secrets.AZURE_RESOURCE_GROUP_NAME }} ${{ inputs.version }}
# todo: uncomment when we have a proper versioning
./.github/tools/containerAppJobVerifier.sh ${{ steps.deploy.outputs.name }} ${{ secrets.AZURE_RESOURCE_GROUP_NAME }} f9be14d82a3d418f398cecbd2974d6c27a12fd57
# ./.github/tools/containerAppJobVerifier.sh ${{ steps.deploy.outputs.name }} ${{ secrets.AZURE_RESOURCE_GROUP_NAME }} ${{ inputs.version }}
- name: Logout from azure
if: ${{failure() || success()}}
Expand Down

0 comments on commit fc8e4bf

Please sign in to comment.