Edit .onedev-buildspec.yml

This commit is contained in:
2025-11-28 20:54:43 +01:00
parent 8863ffd1f7
commit 44b51ca055

View File

@@ -1,8 +1,17 @@
version: 1
version: 6
jobs:
- name: Publish
steps:
- !CheckoutStep
name: 'checkout '
cloneCredential: !DefaultCredential {}
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
triggers:
- !BranchUpdateTrigger
branches: main
retryCondition: never
maxRetries: 3
retryDelay: 30
cpuRequirement: 250m
memoryRequirement: 128m
timeout: 3600