Forward branch env var to the cypress container

Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
Louis Chemineau 2022-12-21 11:35:13 +01:00 committed by Louis (Rebase PR Action)
parent 88abb2d97c
commit 305b1b6d21

View file

@ -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,