We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2e0d5 commit ed06616Copy full SHA for ed06616
bin/build.sh
@@ -1,8 +1,8 @@
1
SEGMENT=$(python bin/xray_start.py)
2
gradle build --quiet --stacktrace &> /var/log/gradle.log; GRADLE_RETURN=$?
3
if (( GRADLE_RETURN != 0 )); then
4
- echo "Grade failed with exit status $GRADLE_RETURN" >&2
+ echo "Gradle failed with exit status $GRADLE_RETURN" >&2
5
python bin/xray_error.py "$SEGMENT" "$(cat /var/log/gradle.log)"
6
exit 1
7
fi
8
-python bin/xray_success.py "$SEGMENT"
+python bin/xray_success.py "$SEGMENT"
0 commit comments