diff options
| author | Max Nanis | 2025-06-03 14:57:37 +0000 |
|---|---|---|
| committer | Max Nanis | 2025-06-03 14:57:37 +0000 |
| commit | 29abce9e30b625779f1c09bd56431334aaaa7fa6 (patch) | |
| tree | 3fa62948eb8e44ba256e596d56dd99df53a12b59 | |
| parent | 6aa972cff98dc1fea53ee0710f77ca460479eb94 (diff) | |
| download | panel-ui-29abce9e30b625779f1c09bd56431334aaaa7fa6.tar.gz panel-ui-29abce9e30b625779f1c09bd56431334aaaa7fa6.zip | |
Edit .onedev-buildspec.yml
| -rw-r--r-- | .onedev-buildspec.yml | 8 |
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 |
