Fix syntax
This commit is contained in:
+1
-1
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user