diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-09-29 16:49:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-29 16:49:49 -0700 |
| commit | 397d3d7188cdcd4903b0bdb33b260dde993c1424 (patch) | |
| tree | 5ba335e9144ca6f6652acd19678a44daeb603077 /scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json | |
| parent | b7c476bade673002cac838043b29c40bb46e1b85 (diff) | |
| download | vcpkg-397d3d7188cdcd4903b0bdb33b260dde993c1424.tar.gz vcpkg-397d3d7188cdcd4903b0bdb33b260dde993c1424.zip | |
[vcpkg osx ci] update 2020-09-28 (#13799)
* [vcpkg osx ci] update to newer bits
these ones should actually work!
* update vagrantfile
* correct scripts, reformat, add docs
* Finish Get-InternalBaseBox, move archives
In order to avoid people maliciously deleting the boxes,
the archives share and file share are in different users now.
* baseline libqcow to be fixed later
* actually check for the mount point
* fix Install-Prerequisites again
* add +x to Get-InternalBaseBox.ps1
additionally, fix some errors
Diffstat (limited to 'scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json')
| -rw-r--r-- | scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json b/scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json index d806f4861..0b1ed2f32 100644 --- a/scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json +++ b/scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json @@ -37,15 +37,13 @@ "type": "object", "required": [ "username", - "access_key", "urn", - "share" + "path" ], "properties": { "username": { "type": "string" }, - "access_key": { "type": "string" }, "urn": { "type": "string" }, - "share": { "type": "string" } + "path": { "type": "string" } } } } |
