fix: remove the test-app:2 image

The dokku-retire call needs two passes because a later image was a child image of test-app:2.
This commit is contained in:
Jose Diaz-Gonzalez
2021-08-05 18:58:33 -04:00
parent 5a19cebfd7
commit f0a125f070

View File

@@ -259,6 +259,11 @@ teardown() {
echo "status: $status"
assert_success
run /bin/bash -c "dokku ps:retire"
echo "output: $output"
echo "status: $status"
assert_success
run /bin/bash -c "docker container ls -a"
echo "output: $output"
echo "status: $status"