Skip to content

Commit

Permalink
Clarify comments in recipe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acerspyro authored and mirkobrombin committed Dec 14, 2024
1 parent b54a771 commit 80a76a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stages:
- lpkg --unlock
- apt-get update

# Put your custom actions behind this comment
# Put your custom actions below this comment

- name: example-packages # Sample module using the built-in Apt module to install packages
type: apt
Expand All @@ -41,7 +41,7 @@ stages:
- 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 above this comment

- name: set-image-name-abroot
type: includes
Expand Down

0 comments on commit 80a76a4

Please sign in to comment.