From ef4b690b5647a2375f086317d3c7714704866f69 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 28 Jun 2016 11:55:26 +0200 Subject: [PATCH] The machine tool now supports both --- test/selfhost-ec2-create-test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/selfhost-ec2-create-test.js b/test/selfhost-ec2-create-test.js index 3316ee8..18de850 100644 --- a/test/selfhost-ec2-create-test.js +++ b/test/selfhost-ec2-create-test.js @@ -32,8 +32,6 @@ const BACKUP_BUCKET = 'selfhost-test'; const AWS_ACCESS_KEY = process.env.AWS_ACCESS_KEY; const AWS_ACCESS_SECRET = process.env.AWS_ACCESS_SECRET; -process.env.CLOUDRON_VERSIONS_URL = process.env.BOX_VERSIONS_URL; - function machine(args, options) { // https://github.com/nodejs/node-v0.x-archive/issues/9265 options = options || { };