From fcf5022207055a94e3295b4b31f8aa3338b944e6 Mon Sep 17 00:00:00 2001 From: greenamber676 Date: Thu, 9 Jan 2025 20:33:33 -0500 Subject: [PATCH] added full path for podman compose file --- Jenkinsfile | 2 +- main/migrations/0001_initial.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9b55c95..d365c18 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" } } } diff --git a/main/migrations/0001_initial.py b/main/migrations/0001_initial.py index c1d0296..9e17e10 100644 --- a/main/migrations/0001_initial.py +++ b/main/migrations/0001_initial.py @@ -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