@ckeditor/ckeditor5-dev-ci 38.2.0 → 38.2.2
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.
|
@@ -7,8 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
/* eslint-env node */
|
|
9
9
|
|
|
10
|
-
const
|
|
10
|
+
const fetch = require( 'node-fetch' );
|
|
11
11
|
const slackNotify = require( 'slack-notify' );
|
|
12
|
+
const formatMessage = require( '../lib/format-message' );
|
|
12
13
|
|
|
13
14
|
// This script assumes that is being executed on Circle CI.
|
|
14
15
|
// Step it is used on should have set value: `when: on_fail`, since it does not
|
|
File without changes
|