16 lines
235 B
YAML
16 lines
235 B
YAML
stages:
|
|
- name: helix
|
|
image: rust
|
|
shell:
|
|
- bash
|
|
- -c
|
|
modules:
|
|
- type: script
|
|
scripts:
|
|
- install-helix.sh
|
|
modules:
|
|
- type: copy
|
|
from: helix
|
|
src: /out/helix
|
|
dest: /usr/bin/
|