Skip to content

Commit

Permalink
Remove malformed spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Codycody31 committed Nov 30, 2023
1 parent d995abc commit 373a5ba
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .onedev-buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,4 @@ jobs:
retryCondition: never
maxRetries: 3
retryDelay: 30
timeout: 3600
- name: CI
steps:
- !CheckoutStep
name: checkout
cloneCredential: !DefaultCredential {}
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- !CommandStep
name: test
image: node:18
commands:
- 'npm ci'
- 'npm run lint'
- 'npm run test'
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
triggers:
- !BranchUpdateTrigger {}
- !PullRequestUpdateTrigger {}
retryCondition: never
maxRetries: 3
retryDelay: 30
cpuRequirement: 250m
memoryRequirement: 128m
timeout: 360000
timeout: 3600

0 comments on commit 373a5ba

Please sign in to comment.