mirror of
https://onedev.fprog.nl/DiscordClient
synced 2026-01-24 05:43:43 +01:00
Edit .onedev-buildspec.yml
This commit is contained in:
parent
69afb8662f
commit
92a511cfaa
|
|
@ -2,6 +2,12 @@ version: 29
|
||||||
jobs:
|
jobs:
|
||||||
- name: Build and test
|
- name: Build and test
|
||||||
steps:
|
steps:
|
||||||
|
- !CheckoutStep
|
||||||
|
name: Checkout dev
|
||||||
|
cloneCredential: !DefaultCredential {}
|
||||||
|
withLfs: false
|
||||||
|
withSubmodules: false
|
||||||
|
condition: ALWAYS
|
||||||
- !CommandStep
|
- !CommandStep
|
||||||
name: Build and test
|
name: Build and test
|
||||||
runInContainer: false
|
runInContainer: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue