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:07:47 -05:00
parent 26eeb17b23
commit 7ac5e4207d

2
Jenkinsfile vendored
View File

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