Skip to content

Commit

Permalink
Update test for remoing the image on each iteration.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Feb 21, 2024
1 parent 412bc73 commit f2f1ed7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ for test in ${TEST_LIST}; do
echo "Test ${test} failed. Abort."
exit 1
fi
done

# Clean tests
for test in ${TEST_LIST}; do
# Clean test on each iteration in order to not clog the disk
docker rmi metacall/install:${test}
done

Expand Down

0 comments on commit f2f1ed7

Please sign in to comment.