mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 02:38:58 +03:00
fix uploadReport.sh
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
c6681407bf
commit
2c69d94162
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ fi
|
||||||
if [ -e $FOLDER ]; then
|
if [ -e $FOLDER ]; then
|
||||||
upload $FOLDER
|
upload $FOLDER
|
||||||
else
|
else
|
||||||
deleteOldComments
|
scripts/deleteOldComments.sh "$BRANCH" "$TYPE" "$PR"
|
||||||
echo "$BRANCH_TYPE test failed, but no output was generated. Maybe a preliminary stage failed."
|
echo "$BRANCH_TYPE test failed, but no output was generated. Maybe a preliminary stage failed."
|
||||||
|
|
||||||
curl_gh > /dev/null 2>&1 \
|
curl_gh > /dev/null 2>&1 \
|
||||||
|
|
Loading…
Reference in a new issue