From cd446d689b5d02b875f5d7878b29d36558ea2d71 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 17 Mar 2022 16:08:09 +1300 Subject: [PATCH] Dummy, mount the volume in container :) --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 907bbba..8bc9e24 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -81,7 +81,7 @@ local gen_pipeline(distro) = TF_VAR_linode_api_token: {from_secret: 'linode_api_token'}, TF_VAR_ssh_pubkey: {from_secret: 'TF_VAR_ssh_pubkey'}, }, - volumes: [{ name: 'dockersock', path: '/var/run' },], + volumes: [{ name: 'terraform-data', path: '/data' },], },], volumes: [{