Loading build-community.sh +13 −10 Original line number Original line Diff line number Diff line Loading @@ -165,7 +165,10 @@ for branch in ${BRANCH_NAME//,/ }; do fi fi echo ">> [$(date)] Running: $repo_cmd" | tee -a "$repo_log" echo ">> [$(date)] Running: $repo_cmd" | tee -a "$repo_log" eval "$repo_cmd" &>>"$repo_log" || { echo ">> [$(date)] ERROR: Failed to initialize repository" | tee -a "$repo_log"; exit 1; } eval "$repo_cmd" &>>"$repo_log" || { echo ">> [$(date)] ERROR: Failed to initialize repository" | tee -a "$repo_log" exit 1 } # Copy local manifests to the appropriate folder in order take them into consideration # Copy local manifests to the appropriate folder in order take them into consideration echo ">> [$(date)] Copying '$LMANIFEST_DIR/*.xml' to '.repo/local_manifests/'" echo ">> [$(date)] Copying '$LMANIFEST_DIR/*.xml' to '.repo/local_manifests/'" Loading src/build.sh +12 −12 File changed.Contains only whitespace changes. Show changes Loading
build-community.sh +13 −10 Original line number Original line Diff line number Diff line Loading @@ -165,7 +165,10 @@ for branch in ${BRANCH_NAME//,/ }; do fi fi echo ">> [$(date)] Running: $repo_cmd" | tee -a "$repo_log" echo ">> [$(date)] Running: $repo_cmd" | tee -a "$repo_log" eval "$repo_cmd" &>>"$repo_log" || { echo ">> [$(date)] ERROR: Failed to initialize repository" | tee -a "$repo_log"; exit 1; } eval "$repo_cmd" &>>"$repo_log" || { echo ">> [$(date)] ERROR: Failed to initialize repository" | tee -a "$repo_log" exit 1 } # Copy local manifests to the appropriate folder in order take them into consideration # Copy local manifests to the appropriate folder in order take them into consideration echo ">> [$(date)] Copying '$LMANIFEST_DIR/*.xml' to '.repo/local_manifests/'" echo ">> [$(date)] Copying '$LMANIFEST_DIR/*.xml' to '.repo/local_manifests/'" Loading