Skip to content

Commit

Permalink
JBIDE-20904 tweak console output
Browse files Browse the repository at this point in the history
  • Loading branch information
nickboldt committed Apr 14, 2016
1 parent 2ee7dc0 commit 4de7fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ for site in ${sites}; do
fi
popd >/dev/null
rm -fr $tmpdir
echo "[INFO] [$site] DONE: ${JOB_NAME} :: ${site} :: ${ID}" | egrep "${grepstring}"
for du in ${DEST_URLs}; do echo "[INFO] [$site] ${du}" | egrep "${grepstring}"; done
echo "[INFO] [$site] DONE: ${JOB_NAME} :: ${site} :: ${ID}" | egrep "${grepstring}"
echo ""
else
echo "[ERROR] [$site] No latest build found for ${JOB_NAME} :: ${site} :: ${ID}" | egrep "${grepstring}"
Expand Down

0 comments on commit 4de7fd9

Please sign in to comment.