This commit is contained in:
parent
24f8abd3a1
commit
5dd3af21cc
|
@ -0,0 +1,11 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
name:'test pipe',
|
||||||
|
kind: 'pipeline',
|
||||||
|
type: 'docker',
|
||||||
|
clone: {
|
||||||
|
disable: false,
|
||||||
|
depth: 0,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: test pipe
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
...
|
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
node_modules
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"compareUrlFormat": "{{repoUrl}}/compare/{{previousTag}}...{{currentTag}}"
|
||||||
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
# compose
|
# compose
|
||||||
|
|
||||||
functional composition
|
functional composition for jsonnet
|
||||||
|
|
||||||
```jsonnet
|
```jsonnet
|
||||||
local compose = import 'node_modules/jsonnet-compose/compose.libsonnet';
|
local compose = import 'node_modules/jsonnet-compose/compose.libsonnet';
|
||||||
|
|
Loading…
Reference in New Issue