From 32af0256520ab64d1ed895d8ef874cd29afed728 Mon Sep 17 00:00:00 2001 From: greenamber676 Date: Thu, 9 Jan 2025 21:18:42 -0500 Subject: [PATCH] typo --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 225eb99..3662d8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,8 +40,8 @@ pipeline { // Run tests using Docker Compose sh """ echo 'testing' - podman-compose -f ${PODMAN_COMPOSE_PATH}${PODMAN_COMPOSE_FILE} build - podman-compose -f ${PODMAN_COMPOSE_PATH}${PODMAN_COMPOSE_FILE} up --abort-on-container-exit + podman-compose -f podman-compose.yml build + podman-compose -f podman-compose.yml up --abort-on-container-exit """ } }