-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed commit from #33. * Add INCLUDE command to include other Pifiles easily in our script without using sh'isms. * Fix typo * Move INCLUDE to 00-commands.sh so it's available in all stages. Add description of INCLUDE command to README.md * Fix typo * Incorporating suggestions by @oxzi * stages/00-commands.sh: fix shellcheck warning * INCLUDE examples Co-authored-by: Alvar Penning <[email protected]>
- Loading branch information
1 parent
a75017b
commit f08f3c0
Showing
4 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# This is a simple example for an `INCLUDE`able module. | ||
|
||
RUN echo "Included echo!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters