diff options
| author | Max Nanis | 2025-06-04 05:36:10 +0700 |
|---|---|---|
| committer | Max Nanis | 2025-06-04 05:36:10 +0700 |
| commit | 2f675eecec576b1ab17260e2513e1eec187a81d2 (patch) | |
| tree | 757be79b38295fa12f0e0bee441a081bfcab5fea | |
| parent | 4bf1b3f5bc9564070dba1481e380179431ddf62b (diff) | |
| parent | 29abce9e30b625779f1c09bd56431334aaaa7fa6 (diff) | |
| download | panel-ui-2f675eecec576b1ab17260e2513e1eec187a81d2.tar.gz panel-ui-2f675eecec576b1ab17260e2513e1eec187a81d2.zip | |
Merge remote-tracking branch 'origin/master'
| -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 |
