Skip to content

Commit 4e72caf

Browse files
committed
added package section
1 parent 75dbb68 commit 4e72caf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

recipe/meta.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{% set name = "runner" %}
22
{% set version = "2.0.0" %}
33

4+
package:
5+
name: {{ name }}
6+
version: {{ version }}
7+
48
# TODO: Update sha256 once v{{ version }} is tagged on GitLab and publicly accessible:
59
# curl -sL https://gitlab.com/runner-suite/runner2/-/archive/v{{ version }}/runner2-v{{ version }}.tar.gz | sha256sum
610
source:

0 commit comments

Comments
 (0)