ci: debug shared test docker volume

This commit is contained in:
Nicolas Giard 2022-12-22 17:47:43 -05:00 committed by GitHub
parent ae41ff8dcc
commit d38ca93054
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 })