Fix syntax

This commit is contained in:
Ana Gelez 2020-08-10 16:00:45 +02:00
parent 06c625c686
commit db916039db

View File

@ -142,7 +142,7 @@ local Unit(db) = cachedPipeline(
// that use Selenium (located in scripts/browser_test). // that use Selenium (located in scripts/browser_test).
local Integration(db) = { local Integration(db) = {
volumes: [ volumes: [
name: 'webdriver-socket', temp: {}, { name: 'webdriver-socket', temp: {}, },
] ]
} + basePipeline( } + basePipeline(
"integration-" + db, "integration-" + db,