Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54c14b commit 7729954Copy full SHA for 7729954
1 file changed
.travis/trigger_travis.sh
@@ -50,14 +50,12 @@ for DOWNSTREAM_BUILD in "${REPO_MATRIX[@]}"; do
50
| tee ${DOWNSTREAM_BUILD}-output.txt
51
52
if grep -q '"@type": "error"' ${DOWNSTREAM_BUILD}-output.txt; then
53
- #exit 1
54
RESULT=0
55
echo ""
56
echo "Failed to start ${DOWNSTREAM_BUILD}"
57
58
fi
59
if grep -q 'access denied' ${DOWNSTREAM_BUILD}-output.txt; then
60
61
62
63
0 commit comments