Browse Source

Forward branch env var to the cypress container

Signed-off-by: Louis Chemineau <louis@chmn.me>
pull/35160/head
Louis Chemineau 3 years ago
committed by Louis (Rebase PR Action)
parent
commit
305b1b6d21
  1. 2
      cypress/dockerNode.ts

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

Loading…
Cancel
Save