diff options
Diffstat (limited to 'cypress/dockerNode.ts')
-rw-r--r-- | cypress/dockerNode.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cypress/dockerNode.ts b/cypress/dockerNode.ts index 13e75c605b2..93b228c4460 100644 --- a/cypress/dockerNode.ts +++ b/cypress/dockerNode.ts @@ -83,6 +83,9 @@ export const startNextcloud = async function(branch: string = 'master'): Promise HostConfig: { Binds: [], }, + Env: [ + `BRANCH=${branch}`, + ] }) await container.start() |