Move version out of config.js
We now store this in a file called VERSION inside the tarball itself.
This commit is contained in:
@@ -50,7 +50,6 @@ function setup(done) {
|
||||
nock.cleanAll();
|
||||
config._reset();
|
||||
config.set('provider', 'caas');
|
||||
config._setVersion('1.2.3');
|
||||
|
||||
async.series([
|
||||
server.start.bind(server),
|
||||
|
||||
Reference in New Issue
Block a user