diff options
| author | Alex Pooley <alex@zue.dev> | 2026-04-14 13:28:53 +0000 |
|---|---|---|
| committer | Alex Pooley <alex@zue.dev> | 2026-04-14 13:28:53 +0000 |
| commit | 373d0760b52f7b6b4f4da94c572fe8a0d34694bf (patch) | |
| tree | 36b91bdda076bf89461cec10a237489ebfaa0198 | |
| parent | 66cf68d7a0ec4d9c220a16c58380eefbe40b6ad6 (diff) | |
| download | gitinfo-373d0760b52f7b6b4f4da94c572fe8a0d34694bf.tar gitinfo-373d0760b52f7b6b4f4da94c572fe8a0d34694bf.tar.gz gitinfo-373d0760b52f7b6b4f4da94c572fe8a0d34694bf.tar.bz2 gitinfo-373d0760b52f7b6b4f4da94c572fe8a0d34694bf.tar.xz gitinfo-373d0760b52f7b6b4f4da94c572fe8a0d34694bf.zip | |
Add .onedev-buildspec.yml
| -rw-r--r-- | .onedev-buildspec.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml new file mode 100644 index 0000000..0588de0 --- /dev/null +++ b/.onedev-buildspec.yml @@ -0,0 +1,20 @@ +version: 46 +jobs: +- name: Push to GitHub Mirror + steps: + - type: PushRepository + name: Push to GitHub Mirror + remoteUrl: https://github.com/zuedev/gitinfo + userName: zuedev + passwordSecret: github-access-token + force: true + condition: SUCCESSFUL + optional: false + triggers: + - type: BranchUpdateTrigger + userMatch: anyone + - type: TagCreateTrigger + retryCondition: never + maxRetries: 3 + retryDelay: 30 + timeout: 14400 |
