remove example script
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 11m20s

This commit is contained in:
2025-05-22 01:51:49 -04:00
parent e8a8455617
commit 065d6bde1c

View File

@@ -1,10 +0,0 @@
#!/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'