Allow to skip upgrade question

This commit is contained in:
Johannes Zellner 2016-06-30 12:45:15 +02:00
parent 293ffef2b6
commit dfbea1cffa
1 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,8 @@ describe('Selfhost EC2 Cloudron creation', function () {
var params = [
SELFHOST_DOMAIN,
'--yes',
'--ssh-key ' + EC2_SSH_KEY,
'--username ' + owner.username,
'--password ' + owner.password,
'--instance-id ' + newInstanceId