mirror of
https://onedev.site.tesses.net/Dependencies
synced 2026-02-08 17:45:46 +00:00
Edit .onedev-buildspec.yml
This commit is contained in:
@@ -1,15 +1,16 @@
|
|||||||
version: 40
|
version: 39
|
||||||
jobs:
|
jobs:
|
||||||
- name: Dependency Container for crosslang
|
- name: Dependency Container for crosslang
|
||||||
steps:
|
steps:
|
||||||
- !CheckoutStep
|
- !CheckoutStep
|
||||||
name: Checkout
|
name: Checkout
|
||||||
cloneCredential: !DefaultCredential {}
|
cloneCredential: !DefaultCredential {}
|
||||||
withLfs: false
|
withLfs: true
|
||||||
withSubmodules: false
|
withSubmodules: true
|
||||||
|
cloneDepth: 1
|
||||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||||
- !BuildImageStep
|
- !BuildImageStep
|
||||||
name: Build docker image
|
name: Build the contianer
|
||||||
output: !RegistryOutput
|
output: !RegistryOutput
|
||||||
tags: onedev.site.tesses.net/dependencies/dependencies:latest
|
tags: onedev.site.tesses.net/dependencies/dependencies:latest
|
||||||
registryLogins:
|
registryLogins:
|
||||||
|
|||||||
Reference in New Issue
Block a user