13 lines
197 B
YAML
13 lines
197 B
YAML
stages:
|
|
- name: helix
|
|
image: rust
|
|
modules:
|
|
- type: script
|
|
scripts:
|
|
- install-helix.sh
|
|
modules:
|
|
- type: copy
|
|
from: helix
|
|
src: /out/hx
|
|
dest: /usr/bin/
|