We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751b75e commit 6880880Copy full SHA for 6880880
bin/helpers/syncRunner.js
@@ -1,10 +1,6 @@
1
'use strict';
2
-const logger = require("./logger").syncCliLogger;
3
-const request = require('request');
4
const syncSpecsLogs = require('./sync/syncSpecsLogs'),
5
specDetails = require('./sync/failedSpecsDetails'),
6
- config = require("../helpers/config"),
7
- utils = require('./utils'),
8
specsSummary = require('./sync/specsSummary');
9
10
exports.pollBuildStatus = (bsConfig, buildDetails, rawArgs, buildReportData) => {
0 commit comments