init
This commit is contained in:
commit
b3dba4542f
44 changed files with 1596 additions and 0 deletions
15
recipes/dry-run.yml
Normal file
15
recipes/dry-run.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
environment:
|
||||
WORK_DIR: src
|
||||
|
||||
packages:
|
||||
- git
|
||||
|
||||
repository:
|
||||
url: https://gurgul.pro/service/webdav.git
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- echo installing in $PREFIX
|
||||
- cd $WORK_DIR
|
||||
- ls
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue