gitlab-ci: add missing semi-colon in failure script
It was echoing 'cat "$log" instead of cat'ing the log.
This commit is contained in:
parent
3112ba75c9
commit
00c6db81a7
@ -21,7 +21,7 @@ gradle:
|
||||
# 'build' means assemble and check
|
||||
- ./gradlew build -PdisablePreDex || {
|
||||
for log in app/build/reports/*ests/*/*ml; do
|
||||
echo "read $log here:"
|
||||
echo "read $log here:";
|
||||
cat "$log" | curl --silent -F 'clbin=<-' https://clbin.com;
|
||||
done;
|
||||
exit 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user