Commit 9243f6a 1 parent e82a92b commit 9243f6a Copy full SHA for 9243f6a
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 94
94
with :
95
95
azcliversion : 2.56.0
96
96
inlineScript : |
97
- az containerapp job start -n ${{ steps.deploy.outputs.migrationJobName }} -g ${{ steps.deploy.outputs.resourceGroupName }}
97
+ az containerapp job start -n ${{ steps.deploy.outputs.name }} -g ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
98
98
99
99
- name : Verify migration
100
100
uses : azure/CLI@v1
@@ -104,7 +104,7 @@ jobs:
104
104
with :
105
105
azcliversion : ${{ env.AZ_CLI_VERSION }}
106
106
inlineScript : |
107
- ./.github/tools/containerAppJobVerifier.sh ${{ steps.deploy.outputs.migrationJobName }} ${{ secrets.AZURE_RESOURCE_GROUP_NAME }} ${{ inputs.gitShortSha }}
107
+ ./.github/tools/containerAppJobVerifier.sh ${{ steps.deploy.outputs.name }} ${{ secrets.AZURE_RESOURCE_GROUP_NAME }} ${{ inputs.gitShortSha }}
108
108
109
109
- name : Logout from azure
110
110
if : ${{failure() || success()}}
@@ -115,7 +115,6 @@ jobs:
115
115
name : Deploy ${{ matrix.name }} to ${{ inputs.environment }}
116
116
runs-on : ubuntu-latest
117
117
needs : deploy-migration-job
118
- if : ${{ !inputs.skip }}
119
118
strategy :
120
119
fail-fast : true
121
120
matrix :
You can’t perform that action at this time.
0 commit comments