Skip to content

Commit bb2f47e

Browse files
authored
Work CI-CD
- Add step to wait for package indexing before update. ***NO_CI***
1 parent daf9961 commit bb2f47e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,12 @@ jobs:
337337
- script: nbgv cloud -a -c
338338
condition: succeeded()
339339
displayName: Set build number
340+
341+
# wait for 15min to allow the 1st batch to get updated
342+
# only if this wasn't triggered by the pipeline
343+
- powershell: Start-Sleep -Seconds (15*60)
344+
displayName: Wait for 15min
345+
condition: eq(variables['UPDATE_DEPENDENTS'], 'false')
340346

341347
# update dependents
342348
- task: PowerShell@2

0 commit comments

Comments
 (0)