mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 11:31:01 +00:00
Fix syntax
This commit is contained in:
parent
06c625c686
commit
db916039db
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ local Unit(db) = cachedPipeline(
|
|||
// that use Selenium (located in scripts/browser_test).
|
||||
local Integration(db) = {
|
||||
volumes: [
|
||||
name: 'webdriver-socket', temp: {},
|
||||
{ name: 'webdriver-socket', temp: {}, },
|
||||
]
|
||||
} + basePipeline(
|
||||
"integration-" + db,
|
||||
|
|
Loading…
Reference in a new issue