aboutsummaryrefslogtreecommitdiff
path: root/.onedev-buildspec.yml
diff options
context:
space:
mode:
Diffstat (limited to '.onedev-buildspec.yml')
-rw-r--r--.onedev-buildspec.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml
index 9700986..bfccb25 100644
--- a/.onedev-buildspec.yml
+++ b/.onedev-buildspec.yml
@@ -25,22 +25,3 @@ jobs:
maxRetries: 3
retryDelay: 30
timeout: 3600
-- name: Repo Sync Pull
- steps:
- - !PullRepository
- name: GitHub sync pull
- remoteUrl: https://github.com/VnUgE/VNLib.Core.git
- userName: VnUgE
- passwordSecret: git-access-token
- refs: refs/heads/* refs/tags/*
- withLfs: false
- force: false
- condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- triggers:
- - !ScheduleTrigger
- cronExpression: 0 15 10 ? * *
- projects: VNLib.Core
- retryCondition: never
- maxRetries: 3
- retryDelay: 30
- timeout: 3600