From 26eeb17b2390d5fbc44e8400a08cfbe256462306 Mon Sep 17 00:00:00 2001 From: greenamber676 Date: Thu, 9 Jan 2025 21:05:23 -0500 Subject: [PATCH] typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9c46b49..63e13c0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { sh """ #!/bin/bash echo 'testing' - podman-compose --dry-run up + podman-compose up --abort-on-container-exit """ } }