-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhivemind.yaml
47 lines (40 loc) · 865 Bytes
/
hivemind.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
package:
name: hivemind
version: 1.1.0
epoch: 7
description: "Process manager for Procfile-based applications"
copyright:
- license: MIT
environment:
contents:
packages:
- busybox
pipeline:
- uses: git-checkout
with:
repository: https://github.com/DarthSim/hivemind
tag: "v${{package.version}}"
expected-commit: 580abe5b3faf585c450604227e40e960cdbb21bd
- uses: patch
with:
patches: |
allow-skipping-dotenv-load.patch
- uses: go/bump
with:
deps: golang.org/x/[email protected]
- uses: go/build
with:
output: hivemind
packages: .
update:
enabled: true
github:
identifier: DarthSim/hivemind
strip-prefix: v
tag-filter: v
test:
pipeline:
# AUTOGENERATED
- runs: |
hivemind --version
hivemind --help