feat: add initial build specification for publishing

This commit is contained in:
2025-11-28 20:52:29 +01:00
parent 0a179ec3dc
commit 8863ffd1f7

8
.onedev-buildspec.yml Normal file
View File

@@ -0,0 +1,8 @@
version: 1
jobs:
- name: Publish
steps:
- !CheckoutStep
name: 'checkout '
cloneCredential: !DefaultCredential {}
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL