From d1e74411ad908df0bfa40dc422807f4995a211c6 Mon Sep 17 00:00:00 2001 From: greenamber676 Date: Fri, 10 Jan 2025 10:51:12 -0500 Subject: [PATCH] reduce test phase actions --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 51b2335..bfa3416 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,8 +42,7 @@ pipeline { echo 'testing' pwd ls - podman-compose -f podman-compose.yml build - podman-compose -f podman-compose.yml up --abort-on-container-exit + podman-compose -f podman-compose.yml --dry-run up --abort-on-container-exit """ } }