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 0e8f212 commit a7a73cfCopy full SHA for a7a73cf
bin/build.sh
@@ -1,8 +1,8 @@
1
SEGMENT=$(python bin/xray_start.py)
2
-./gradlew build --quiet --stacktrace &> /var/log/gradle.log; GRADLE_RETURN=$?
+./gradlew build --quiet --stacktrace &> gradle.log; GRADLE_RETURN=$?
3
if (( GRADLE_RETURN != 0 )); then
4
echo "Gradle failed with exit status $GRADLE_RETURN" >&2
5
- python bin/xray_error.py "$SEGMENT" "$(cat /var/log/gradle.log)"
+ python bin/xray_error.py "$SEGMENT" "$(cat gradle.log)"
6
exit 1
7
fi
8
python bin/xray_success.py "$SEGMENT"
0 commit comments