korekt-cli 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripts/azure.sh +0 -3
- package/scripts/bitbucket.sh +0 -3
- package/scripts/github.sh +0 -3
package/package.json
CHANGED
package/scripts/azure.sh
CHANGED
|
@@ -428,9 +428,6 @@ if [ -n "$BUILD_BUILDID" ]; then
|
|
|
428
428
|
echo "" >> "$COMMENT_FILE"
|
|
429
429
|
fi
|
|
430
430
|
|
|
431
|
-
echo "---" >> "$COMMENT_FILE"
|
|
432
|
-
echo "*Powered by [korekt-cli](https://github.com/korekt-ai/korekt-cli)*" >> "$COMMENT_FILE"
|
|
433
|
-
|
|
434
431
|
# Delete old summaries
|
|
435
432
|
delete_old_summary_comments
|
|
436
433
|
|
package/scripts/bitbucket.sh
CHANGED
|
@@ -398,9 +398,6 @@ if [ -n "${BITBUCKET_BUILD_NUMBER:-}" ]; then
|
|
|
398
398
|
echo "" >> "$COMMENT_FILE"
|
|
399
399
|
fi
|
|
400
400
|
|
|
401
|
-
echo "---" >> "$COMMENT_FILE"
|
|
402
|
-
echo "*Powered by [korekt-cli](https://github.com/korekt-ai/korekt-cli)*" >> "$COMMENT_FILE"
|
|
403
|
-
|
|
404
401
|
# Delete old summaries
|
|
405
402
|
delete_old_summary_comments
|
|
406
403
|
|
package/scripts/github.sh
CHANGED