Skip to content

Commit

Permalink
use ec stop in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 4, 2023
1 parent 92dc37e commit 9ae28b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ do
cp -r ${ioc}/values.yaml ci_test/
# launch the generic IOC pointing at that config
container=$(ec --log-level debug dev launch --target runtime ci_test --args '-dit')
podman stop ${container} -t0
ec --log-level debug dev stop ./ci_test/

done

0 comments on commit 9ae28b6

Please sign in to comment.