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
d33bb451a3
commit
d03b409c3c
|
@ -102,7 +102,7 @@ pipeline {
|
|||
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml up -d"
|
||||
|
||||
def networkLowerCase = env.NETWORK.toLowerCase()
|
||||
def image = docker.build('cypress-setup:latest', '-f ./test/cypress/Dockerfile .')
|
||||
def image = docker.build('cypress-setup-test:latest', '-f ./test/cypress/Dockerfile .')
|
||||
image.inside("""
|
||||
--network ${networkLowerCase}_default
|
||||
-e TZ=Europe/Madrid
|
||||
|
|
Loading…
Reference in New Issue