1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-09-20 12:22:40 +02:00

Some logs were left out from DEBUG

Include them as well
This commit is contained in:
Julian Xhokaxhiu 2017-01-17 20:51:31 +01:00
parent acc11df22a
commit 4ac22955a8

View File

@ -30,7 +30,7 @@ if ! [ -z "$DEVICE_LIST" ]; then
# Sync the source code
echo "-------- Syncing repository [$(date)] --------"
repo sync >&/dev/null
repo sync >&$OUTPUT
# If requested, clean the OUT dir in order to avoid clutter
if [ "$CLEAN_OUTDIR" = true ]; then
@ -39,7 +39,7 @@ if ! [ -z "$DEVICE_LIST" ]; then
# Prepare the environment
echo "-------- Preparing build environment [$(date)] --------"
source build/envsetup.sh >&/dev/null
source build/envsetup.sh >&$OUTPUT
# Set a custom updater URI if a OTA URL is provided
if ! [ -z "$OTA_URL" ]; then