Build container for CI
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
parent
77ef4aca3f
commit
ec86e867c3
|
@ -9,7 +9,7 @@ pipeline {
|
|||
stage('Build Environmen') {
|
||||
steps {
|
||||
//Build environment
|
||||
sh 'docker compose up --build -d'
|
||||
sh 'docker compose -f docker-compose-ci.yaml up --build -d'
|
||||
}
|
||||
}
|
||||
stage('Install dependencies') {
|
||||
|
|
Loading…
Reference in New Issue