Skip to content

Commit ee317da

Browse files
committed
fix exec timeout
1 parent 4416e16 commit ee317da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ steps:
6868
# arguments: 'image deployment/$(serviceName) $(serviceName)=$(imageName)'
6969

7070
- script: |
71-
dotnet-exec "https://github.com/OpenReservation/scripts/blob/main/deploy/azure-pipelines-notification.cs"
71+
dotnet-exec "https://github.com/OpenReservation/scripts/blob/main/deploy/azure-pipelines-notification.cs" < /dev/null
7272
displayName: 'Push notification'
7373
env:
7474
# https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch#secret-variables

0 commit comments

Comments
 (0)