Skip to content

Commit

Permalink
Fix the version nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
floren committed Aug 8, 2024
1 parent ae0bc06 commit 99bcb61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi
echo >> $LOGFILE
echo "Creating slim container"
echo "Creating slim container as our base" >> $LOGFILE
/bin/bash createslim.sh >> $LOGFILE
. createslim.sh >> $LOGFILE

if [ "$?" != "0" ]; then
echo "Failed to create slim container"
Expand All @@ -54,7 +54,7 @@ function build() {
echo "building $d"
echo >> $LOGFILE
echo "building $d" >> $LOGFILE
VER=$VER bash run.sh >> $LOGFILE
. run.sh >> $LOGFILE
if [ "$?" != "0" ]; then
echo "Failed to build $d"
exit -1
Expand Down

0 comments on commit 99bcb61

Please sign in to comment.