Try new stages feature
This commit is contained in:
15
recipes/common/helix.yml
Normal file
15
recipes/common/helix.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
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/
|
||||
Reference in New Issue
Block a user