We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae41ff8 commit d38ca93Copy full SHA for d38ca93
1 file changed
dev/deploy-to-container/cli.js
@@ -159,6 +159,7 @@ async function main () {
159
// Get shared test docker volume
160
console.info('Querying shared test docker volume...')
161
const testVolume = await dock.getVolume(`dt-test-${branch}`)
162
+ console.info(testVolume)
163
if (testVolume) {
164
console.info('Existing shared test docker volume found. Deleting first...')
165
await testVolume.remove({ force: true })
0 commit comments