We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1e488 commit 23039c3Copy full SHA for 23039c3
make_image.sh
@@ -4,7 +4,7 @@ set -e
4
5
echo ImageBuilder
6
7
-make info
+make info || sh -c ./setup.sh && make info
8
9
echo Config
10
echo "* Debug=$DEBUG"
0 commit comments