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 """ } }