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