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
b07ff84f19
commit
cd69cf5b54
|
@ -120,7 +120,7 @@ pipeline {
|
|||
}
|
||||
stage('Frontend') {
|
||||
steps {
|
||||
sh 'docker build -f docker-compose.e2e.yml -t front'
|
||||
sh 'docker build -f Dockerfile.e2e -t front'
|
||||
// sh 'docker-compose -f docker-compose.e2e.yml build'
|
||||
sh 'docker-compose -f docker-compose.e2e.yml up -d front'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue