Skip to content

Commit 76eaa2c

Browse files
#74 Update azure-pipelines.yml for Azure Pipelines
1 parent 2a6c2a6 commit 76eaa2c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

azure-pipelines.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ jobs:
3535
package: '$(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip'
3636
customDeployFolder: ROOT
3737

38-
- job: waitForValidation
39-
displayName: Wait for external validation
40-
pool: server
41-
timeoutInMinutes: 4320 # job times out in 3 days
42-
steps:
43-
- task: ManualValidation@1
44-
inputs:
45-
notifyUsers: 'v.david@kovalibre.com'
38+
# - job: waitForValidation
39+
# displayName: Wait for external validation
40+
# pool: server
41+
# timeoutInMinutes: 4320 # job times out in 3 days
42+
# steps:
43+
# - task: ManualValidation@1
44+
# inputs:
45+
# notifyUsers: 'v.david@kovalibre.com'
4646

4747
- job: Deployment
4848
displayName: Deployment
49-
dependsOn: waitForValidation
49+
# dependsOn: waitForValidation
5050
pool:
5151
vmImage: ubuntu-latest
5252
steps:

0 commit comments

Comments
 (0)