blob: f13d0bc419d240f274fc7fee7148c8b18b75b83d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
####
#### Config for Atlas post-processor. Currently not used, as this is
#### erroneously uploading a box without metadata. Need to figure out why.
####
#### Issues:
#### - Image is uploaded as private box. That stinks, because without an
#### Atlas Enterprise account, one cannot even access that box and make it
#### public.
#### - Box uploaded has no metadata, causing it to fail in vagrant.
####
{
"type": "atlas",
"keep_input_artifact": true,
"only": ["{{user `release`}}-virtualbox"],
"token": "{{user `atlas_token`}}",
"artifact": "fdio-csit/{{user `release`}}",
"artifact_type": "vagrant.box",
"metadata": {
"provider": "virtualbox"
}
},
|