test: refs #6695 e2e better build front image
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
3dc792db7f
commit
38b94a8892
|
@ -129,8 +129,7 @@ pipeline {
|
||||||
stage('Frontend') {
|
stage('Frontend') {
|
||||||
steps {
|
steps {
|
||||||
// sh 'docker build -f Dockerfile.e2e -t front .'
|
// sh 'docker build -f Dockerfile.e2e -t front .'
|
||||||
sh 'docker-compose -f docker-compose.e2e.yml build front'
|
sh 'docker-compose -f docker-compose.e2e.yml up -d --build front'
|
||||||
sh 'docker-compose -f docker-compose.e2e.yml up -d front'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// stage('Build Cypress') {
|
// stage('Build Cypress') {
|
||||||
|
|
Loading…
Reference in New Issue