Skip to content

Commit d38ca93

Browse files
authored
ci: debug shared test docker volume
1 parent ae41ff8 commit d38ca93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dev/deploy-to-container/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ async function main () {
159159
// Get shared test docker volume
160160
console.info('Querying shared test docker volume...')
161161
const testVolume = await dock.getVolume(`dt-test-${branch}`)
162+
console.info(testVolume)
162163
if (testVolume) {
163164
console.info('Existing shared test docker volume found. Deleting first...')
164165
await testVolume.remove({ force: true })

0 commit comments

Comments
 (0)