Skip to content

Commit a7a73cf

Browse files
committed
build script
1 parent 0e8f212 commit a7a73cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SEGMENT=$(python bin/xray_start.py)
2-
./gradlew build --quiet --stacktrace &> /var/log/gradle.log; GRADLE_RETURN=$?
2+
./gradlew build --quiet --stacktrace &> gradle.log; GRADLE_RETURN=$?
33
if (( GRADLE_RETURN != 0 )); then
44
echo "Gradle failed with exit status $GRADLE_RETURN" >&2
5-
python bin/xray_error.py "$SEGMENT" "$(cat /var/log/gradle.log)"
5+
python bin/xray_error.py "$SEGMENT" "$(cat gradle.log)"
66
exit 1
77
fi
88
python bin/xray_success.py "$SEGMENT"

0 commit comments

Comments
 (0)