Skip to content

Commit 68cda21

Browse files
authored
Make it more verbose
1 parent 6594b2a commit 68cda21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

make_image.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
#!/bin/bash
22

3+
set -e
4+
5+
echo ImageBuilder
6+
7+
echo Debug="$DEBUG"
8+
echo FILES="$FILES"
9+
echo PACKAGES="$PACKAGES"
10+
311
if [[ "$(pwd)" != "/builder" ]]; then
412
echo This action assumes that the imagebuilder docker image default folder is '/builder' but found:
513
pwd

0 commit comments

Comments
 (0)