added full path for podman compose file
Some checks failed
DEV-234/pipeline/head There was a failure building this commit
Some checks failed
DEV-234/pipeline/head There was a failure building this commit
This commit is contained in:
parent
460f1af849
commit
fcf5022207
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -37,7 +37,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
// Run tests using Docker Compose
|
||||
sh "podman-compose -f ${DOCKER_COMPOSE_FILE} up --abort-on-container-exit"
|
||||
sh "podman-compose -f ~/projects/p00003/podman-compose.yml up --abort-on-container-exit"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Generated by Django 5.1.1 on 2025-01-09 16:09
|
||||
# Generated by Django 5.1.1 on 2025-01-10 01:31
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.conf import settings
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user