Skip to content

Commit

Permalink
RHINENG-10424: Use podman-compose for compatability with rhel8 jenkin…
Browse files Browse the repository at this point in the history
…s nodes
  • Loading branch information
rexwhite committed Jun 28, 2024
1 parent 6b640d6 commit 0f6ddd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit_test.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

# run our tests...
docker-compose -f build/docker-compose-unit_test.yml up --build --exit-code-from remediations-consumer
podman-compose -f build/docker-compose-unit_test.yml up --build --exit-code-from remediations-consumer

# save result...
result=$?

# tidy up...
docker-compose -f build/docker-compose-unit_test.yml down
podman-compose -f build/docker-compose-unit_test.yml down

0 comments on commit 0f6ddd7

Please sign in to comment.