summaryrefslogtreecommitdiffstats
path: root/cypress
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-12-21 11:35:13 +0100
committerLouis (Rebase PR Action) <artonge@users.noreply.github.com>2023-01-26 10:12:23 +0000
commit305b1b6d2155fa2cd6e911a05ceae98950350226 (patch)
tree13be14c697b04aac11967bffd66eb459a3944341 /cypress
parent88abb2d97c84211d4874aa02bf92580fbb1ae83e (diff)
downloadnextcloud-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.ts2
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,