Skip to content

Commit

Permalink
Dev change gradle asp (#30)
Browse files Browse the repository at this point in the history
* renamedASP

* correctedInputforUT
  • Loading branch information
Dave-Cent authored Dec 20, 2023
1 parent 5d37203 commit 4369591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ps-remote-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
workflow: ${{ matrix.workflow_id }}
repo: cdcent/data-exchange-hl7-devops
token: ${{ env.access_token }}
inputs: '{ "targetEnv": "dev", "commitID": "${{ steps.getsha.outputs.commitID }}", "data-exchange-hl7-branch": "${{ needs.prepare-remote-cicd.outputs.merge_branch }}" }'
inputs: '{ "targetEnv": "dev", "commitID": "${{ steps.getsha.outputs.commitID }}", "data-exchange-processing-status-branch": "${{ needs.prepare-remote-cicd.outputs.merge_branch }}" }'
ref: 'main'
wait-for-completion: true
wait-for-completion-timeout: 120m
Expand Down
2 changes: 1 addition & 1 deletion processing-status-api-function-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ azurefunctions {
resourceGroup = 'ocio-ede-dev-moderate-processingstatus-rg'
appName = 'ocio-ede-dev-pstatus-api'
allowTelemetry = 'false'
appServicePlanName = 'ocio-ede-dev-processingstatus-linux-function-plan'
appServicePlanName = 'ocio-ede-dev-pstatus-linux-function-plan'
runtime {
os = 'linux'
}
Expand Down

0 comments on commit 4369591

Please sign in to comment.