Edit .onedev-buildspec.yml

This commit is contained in:
谷成伟 2024-06-17 09:33:35 +00:00
parent b5edb58077
commit 73b39960d6

View File

@ -13,6 +13,11 @@ jobs:
sourcePath: docs sourcePath: docs
artifacts: '**' artifacts: '**'
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
triggers:
- !BranchUpdateTrigger
branches: main
paths: docs/**
projects: ry-das.git
retryCondition: never retryCondition: never
maxRetries: 3 maxRetries: 3
retryDelay: 30 retryDelay: 30