From 305b1b6d2155fa2cd6e911a05ceae98950350226 Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Wed, 21 Dec 2022 11:35:13 +0100 Subject: [PATCH] Forward branch env var to the cypress container Signed-off-by: Louis Chemineau --- cypress/dockerNode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/dockerNode.ts b/cypress/dockerNode.ts index ae3948877b9..af5619bbf80 100644 --- a/cypress/dockerNode.ts +++ b/cypress/dockerNode.ts @@ -145,7 +145,7 @@ export const applyChangesToNextcloud = async function() { './ocs', ] - // Tar-streaming the above folder sinto the container + // Tar-streaming the above folders into the container const serverTar = tar.c({ gzip: false }, folderPaths) await container.putArchive(serverTar, { path: htmlPath,