typo
Some checks failed
DEV-234/pipeline/head There was a failure building this commit

This commit is contained in:
greenamber676 2025-01-09 21:18:42 -05:00
parent 85704ec7b9
commit 32af025652

4
Jenkinsfile vendored
View File

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