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:05:23 -05:00
parent f72ca04082
commit 26eeb17b23

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
sh """ sh """
#!/bin/bash #!/bin/bash
echo 'testing' echo 'testing'
podman-compose --dry-run up podman-compose up --abort-on-container-exit
""" """
} }
} }