mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
added builder script
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
debug_print_helper_variables() {
|
||||
echo "DEBUGGING $(date +%s): "
|
||||
for var in $(compgen -v | grep '^BLDR_'); do
|
||||
echo "$var=${!var}"
|
||||
done
|
||||
}
|
||||
Reference in New Issue
Block a user