feat: add URL remote module example
This commit is contained in:
parent
6256d6780f
commit
70cbf4628c
1 changed files with 3 additions and 2 deletions
|
|
@ -36,8 +36,9 @@ stages:
|
||||||
- name: example-modules # Sample module demonstatrating importing local and remote modules
|
- name: example-modules # Sample module demonstatrating importing local and remote modules
|
||||||
type: includes
|
type: includes
|
||||||
includes:
|
includes:
|
||||||
- modules/50-install-debs.yml # This is a local module present in this repository
|
- modules/50-install-debs.yml # Sample local module present in this repository
|
||||||
- gh:vanilla-os/dev-image:main:modules/00-basics.yml # This is a remote module in the format: `gh:your-name/your-repo:branch:modules/file.yml`
|
- gh:vanilla-os/dev-image:main:modules/00-basics.yml # Sample GitHub remote module in the format: `gh:your-name/your-repo:branch:modules/file.yml`
|
||||||
|
- https://raw.githubusercontent.com/Vanilla-OS/dev-image/main/modules/05-go.yml # Sample full URL remote module
|
||||||
|
|
||||||
# Put your custom actions before this comment
|
# Put your custom actions before this comment
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue