Skip to content

Commit

Permalink
Add onedev buildspec
Browse files Browse the repository at this point in the history
  • Loading branch information
narumii committed Jan 8, 2025
1 parent 448e297 commit a093be1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .onedev-buildspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 38
jobs:
- name: Mirror
steps:
- !PullRepository
name: Mirror
remoteUrl: https://github.com/narumii/Deobfuscator
targetProject: Deobfuscator
accessTokenSecret: CunnyDev Token
refs: refs/heads/* refs/tags/*
withLfs: false
force: false
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
triggers:
- !ScheduleTrigger
cronExpression: 0 0 1 * * ?
projects: Deobfuscator
retryCondition: never
maxRetries: 3
retryDelay: 30
timeout: 14400

0 comments on commit a093be1

Please sign in to comment.