aboutsummaryrefslogtreecommitdiff
path: root/.onedev-buildspec.yml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-09-07 15:18:31 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-09-07 15:18:31 -0400
commit97d0c461140e4badf40454471748099266c58c85 (patch)
treeddd829ec6d4bd9fc99b9446bd49b7b051fa405ab /.onedev-buildspec.yml
parentf7eb445c9fcf4557f0bf1e1622673242b7da5ced (diff)
restsharp vuln update & remove github pull job for now
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