feat(jenkinsE2E): refs #6695 try fix db
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
8985d04d62
commit
b52b98f3d7
|
@ -5,6 +5,13 @@ services:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./Dockerfile.e2e
|
dockerfile: ./Dockerfile.e2e
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
e2e:
|
||||||
|
image: registry.verdnatura.es/salix-frontend:${VERSION:?}
|
||||||
|
command: npx cypress run
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: ./Dockerfile.e2e
|
||||||
|
network_mode: host
|
||||||
# db:
|
# db:
|
||||||
# image: db
|
# image: db
|
||||||
# command: npx myt run -t --ci -d -n front_default
|
# command: npx myt run -t --ci -d -n front_default
|
||||||
|
@ -14,13 +21,7 @@ services:
|
||||||
# network_mode: host
|
# network_mode: host
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /var/run/docker.sock:/var/run/docker.sock
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
e2e:
|
|
||||||
image: registry.verdnatura.es/salix-frontend:${VERSION:?}
|
|
||||||
command: npx cypress run
|
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: ./Dockerfile.e2e
|
|
||||||
network_mode: host
|
|
||||||
# back:
|
# back:
|
||||||
# image: back
|
# image: back
|
||||||
# build:
|
# build:
|
||||||
|
|
Loading…
Reference in New Issue