reduce test phase actions
All checks were successful
DEV-234/pipeline/head This commit looks good

This commit is contained in:
greenamber676 2025-01-10 10:51:12 -05:00
parent c643f968e0
commit d1e74411ad

3
Jenkinsfile vendored
View File

@ -42,8 +42,7 @@ pipeline {
echo 'testing' echo 'testing'
pwd pwd
ls ls
podman-compose -f podman-compose.yml build podman-compose -f podman-compose.yml --dry-run up --abort-on-container-exit
podman-compose -f podman-compose.yml up --abort-on-container-exit
""" """
} }
} }