Skip to content

Commit

Permalink
Edit .onedev-buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Insidious Fiddler committed Nov 30, 2023
1 parent 28e119b commit a9dde68
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .onedev-buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,18 @@ jobs:
maxRetries: 3
retryDelay: 30
timeout: 3600
- name: Pull from GitHub
steps:
- !PullRepository
name: pull
remoteUrl: https://github.com/VMGWARE/js-validator
syncToChildProject: false
passwordSecret: access-token
refs: refs/heads/* refs/tags/*
withLfs: false
force: false
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
retryCondition: never
maxRetries: 3
retryDelay: 30
timeout: 3600

0 comments on commit a9dde68

Please sign in to comment.