Dummy, mount the volume in container :)

This commit is contained in:
2022-03-17 16:08:09 +13:00
parent 87e7df6a68
commit cd446d689b

View File

@@ -81,7 +81,7 @@ local gen_pipeline(distro) =
TF_VAR_linode_api_token: {from_secret: 'linode_api_token'}, TF_VAR_linode_api_token: {from_secret: 'linode_api_token'},
TF_VAR_ssh_pubkey: {from_secret: 'TF_VAR_ssh_pubkey'}, TF_VAR_ssh_pubkey: {from_secret: 'TF_VAR_ssh_pubkey'},
}, },
volumes: [{ name: 'dockersock', path: '/var/run' },], volumes: [{ name: 'terraform-data', path: '/data' },],
},], },],
volumes: volumes:
[{ [{