diff options
author | Louis Chemineau <louis@chmn.me> | 2022-12-21 11:35:13 +0100 |
---|---|---|
committer | Louis (Rebase PR Action) <artonge@users.noreply.github.com> | 2023-01-26 10:12:23 +0000 |
commit | 305b1b6d2155fa2cd6e911a05ceae98950350226 (patch) | |
tree | 13be14c697b04aac11967bffd66eb459a3944341 /cypress | |
parent | 88abb2d97c84211d4874aa02bf92580fbb1ae83e (diff) | |
download | nextcloud-server-305b1b6d2155fa2cd6e911a05ceae98950350226.tar.gz nextcloud-server-305b1b6d2155fa2cd6e911a05ceae98950350226.zip |
Forward branch env var to the cypress container
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'cypress')
-rw-r--r-- | cypress/dockerNode.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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, |