use the constant
This commit is contained in:
@@ -112,7 +112,7 @@ describe('Apps', function () {
|
|||||||
var imageCreated = false;
|
var imageCreated = false;
|
||||||
|
|
||||||
before(function (done) {
|
before(function (done) {
|
||||||
safe.fs.unlinkSync(paths.DATA_DIR + '/INFRA_VERSION');
|
safe.fs.unlinkSync(paths.INFRA_VERSION_FILE);
|
||||||
child_process.execSync('docker ps -qa | xargs --no-run-if-empty docker rm -f');
|
child_process.execSync('docker ps -qa | xargs --no-run-if-empty docker rm -f');
|
||||||
|
|
||||||
dockerProxy = startDockerProxy(function interceptor(req, res) {
|
dockerProxy = startDockerProxy(function interceptor(req, res) {
|
||||||
|
|||||||
Reference in New Issue
Block a user