mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Forward branch env var to the cypress container
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
88abb2d97c
commit
305b1b6d21
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue