Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7729954

Browse files
committed
update
1 parent c54c14b commit 7729954

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.travis/trigger_travis.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,12 @@ for DOWNSTREAM_BUILD in "${REPO_MATRIX[@]}"; do
5050
| tee ${DOWNSTREAM_BUILD}-output.txt
5151

5252
if grep -q '"@type": "error"' ${DOWNSTREAM_BUILD}-output.txt; then
53-
#exit 1
5453
RESULT=0
5554
echo ""
5655
echo "Failed to start ${DOWNSTREAM_BUILD}"
5756
echo ""
5857
fi
5958
if grep -q 'access denied' ${DOWNSTREAM_BUILD}-output.txt; then
60-
#exit 1
6159
RESULT=0
6260
echo ""
6361
echo "Failed to start ${DOWNSTREAM_BUILD}"

0 commit comments

Comments
 (0)