feat: refs #6695 update cypress-cache volume path in docker-compose.e2e.yml
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
8dba602771
commit
5375e98c91
|
@ -101,8 +101,8 @@ pipeline {
|
|||
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
|
||||
env.NETWORK = "${PROJECT_NAME}-${env.BRANCH_NAME}-${env.BUILD_ID}"
|
||||
cleanDockerE2E()
|
||||
env.CYPRESS_CACHE_FOLDER = "/test/cypress"
|
||||
sh "pnpm exec cypress install"
|
||||
sh "echo cypress cache path"
|
||||
// sh "docker network create ${env.NETWORK} || true"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue