From 97d0c461140e4badf40454471748099266c58c85 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sat, 7 Sep 2024 15:18:31 -0400 Subject: restsharp vuln update & remove github pull job for now --- .onedev-buildspec.yml | 19 ------------------- 1 file changed, 19 deletions(-) (limited to '.onedev-buildspec.yml') 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 -- cgit