aboutsummaryrefslogtreecommitdiff
path: root/.onedev-buildspec.yml
diff options
context:
space:
mode:
authorMax Nanis2025-06-03 14:57:37 +0000
committerMax Nanis2025-06-03 14:57:37 +0000
commit29abce9e30b625779f1c09bd56431334aaaa7fa6 (patch)
tree3fa62948eb8e44ba256e596d56dd99df53a12b59 /.onedev-buildspec.yml
parent6aa972cff98dc1fea53ee0710f77ca460479eb94 (diff)
downloadpanel-ui-29abce9e30b625779f1c09bd56431334aaaa7fa6.tar.gz
panel-ui-29abce9e30b625779f1c09bd56431334aaaa7fa6.zip
Edit .onedev-buildspec.yml
Diffstat (limited to '.onedev-buildspec.yml')
-rw-r--r--.onedev-buildspec.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml
index 43468f6..9c56431 100644
--- a/.onedev-buildspec.yml
+++ b/.onedev-buildspec.yml
@@ -1,4 +1,4 @@
-version: 38
+version: 40
jobs:
- name: Push to Github
steps:
@@ -7,7 +7,11 @@ jobs:
remoteUrl: https://github.com/GRL/panel-ui
passwordSecret: github-panel-ui
force: false
- condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
+ condition: SUCCESSFUL
+ optional: false
+ triggers:
+ - !BranchUpdateTrigger
+ branches: master
retryCondition: never
maxRetries: 3
retryDelay: 30