From d38ca9305427fab1502ea4b148ef351e4362b898 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Thu, 22 Dec 2022 17:47:43 -0500 Subject: [PATCH] ci: debug shared test docker volume --- dev/deploy-to-container/cli.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/deploy-to-container/cli.js b/dev/deploy-to-container/cli.js index 5d961218a..72f98e496 100644 --- a/dev/deploy-to-container/cli.js +++ b/dev/deploy-to-container/cli.js @@ -159,6 +159,7 @@ async function main () { // Get shared test docker volume console.info('Querying shared test docker volume...') const testVolume = await dock.getVolume(`dt-test-${branch}`) + console.info(testVolume) if (testVolume) { console.info('Existing shared test docker volume found. Deleting first...') await testVolume.remove({ force: true })