.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles 2020-07-29 20:09:10 +01:00
parent 24f8abd3a1
commit 5dd3af21cc
7 changed files with 1591 additions and 1 deletions

11
.drone/.drone.jsonnet Normal file
View File

@ -0,0 +1,11 @@
[
{
name:'test pipe',
kind: 'pipeline',
type: 'docker',
clone: {
disable: false,
depth: 0,
},
}
]

10
.drone/.drone.yml Normal file
View File

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: test pipe
platform:
os: linux
arch: amd64
...

BIN
.drone/drone Executable file

Binary file not shown.

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules

3
.versionrc.json Normal file
View File

@ -0,0 +1,3 @@
{
"compareUrlFormat": "{{repoUrl}}/compare/{{previousTag}}...{{currentTag}}"
}

View File

@ -1,6 +1,6 @@
# compose
functional composition
functional composition for jsonnet
```jsonnet
local compose = import 'node_modules/jsonnet-compose/compose.libsonnet';

1565
yarn.lock Normal file

File diff suppressed because it is too large Load Diff