Cleanup droplet for selfhosting test
This commit is contained in:
parent
2e025633d5
commit
baf8b57a20
@ -96,7 +96,8 @@ describe('Selfhost DigitalOcean with filesystem backend', function () {
|
|||||||
digitalocean.create('tselfhost-filesystem-test', DO_IMAGE_SLUG, DO_SSH_KEY, DO_REGION, DO_TYPE, '', function (error, result) {
|
digitalocean.create('tselfhost-filesystem-test', DO_IMAGE_SLUG, DO_SSH_KEY, DO_REGION, DO_TYPE, '', function (error, result) {
|
||||||
if (error) return done(error);
|
if (error) return done(error);
|
||||||
|
|
||||||
console.log('New instance created with id', result.id);
|
instanceId = result.id;
|
||||||
|
console.log('New instance created with id', instanceId);
|
||||||
|
|
||||||
var ip = null;
|
var ip = null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user