Initial commit
This commit is contained in:
commit
5cc14d6b8e
12 changed files with 356 additions and 0 deletions
10
files/scripts/example.sh
Normal file
10
files/scripts/example.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Tell this script to exit if there are any errors.
|
||||
# You should have this in every custom script, to ensure that your completed
|
||||
# builds actually ran successfully without any errors!
|
||||
set -oue pipefail
|
||||
|
||||
# Your code goes here.
|
||||
echo 'This is an example shell script'
|
||||
echo 'Scripts here will run during build if specified in recipe.yml'
|
||||
1
files/system/etc/.gitkeep
Normal file
1
files/system/etc/.gitkeep
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
0
files/system/usr/.gitkeep
Normal file
0
files/system/usr/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue