ci: refs #6695 try
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
45f98ab25d
commit
d33bb451a3
|
@ -104,13 +104,13 @@ pipeline {
|
|||
def networkLowerCase = env.NETWORK.toLowerCase()
|
||||
def image = docker.build('cypress-setup:latest', '-f ./test/cypress/Dockerfile .')
|
||||
image.inside("""
|
||||
--network ${networkLowerCase}_default \
|
||||
-e TZ=Europe/Madrid \
|
||||
-e DOCKER=true \
|
||||
-e CI=true \
|
||||
-v .:/app \
|
||||
-w /app \
|
||||
""") {
|
||||
--network ${networkLowerCase}_default
|
||||
-e TZ=Europe/Madrid
|
||||
-e DOCKER=true
|
||||
-e CI=true
|
||||
-v .:/app
|
||||
-w /app
|
||||
""".stripIndent()) {
|
||||
sh 'pnpm exec cypress run --browser chromium'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue