Skip to content

Commit

Permalink
fix syntax + more debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 30, 2024
1 parent 1cfcd06 commit 6e45922
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,12 @@ if [[ -f "replace_files.txt" ]]; then
fi
done
fi
echo "LOWER_DIRS: '${LOWER_DIRS}'"
echo "ADD_LOWER_DIRS: '${ADD_LOWER_DIRS}'"
if [[ ! -z ${ADD_LOWER_DIRS} ]]; then
BUILD_STEP_ARGS+=("--lower-dirs" "${LOWER_DIRS}")
echo "Added '--lower-dirs ${LOWER_DIRS}' to build step arguments"
echo
else
echo "Nothing to be added for LOWER_DIRS (${ADD_LOWER_DIRS})"
fi

Expand Down

0 comments on commit 6e45922

Please sign in to comment.