Open michaelsauter opened 3 years ago
The images are not needed after the task run and should be deleted. Ideally this happens via defer so that they are also deleted when the test fails.
defer
Transferring as a consequence of https://github.com/opendevstack/ods-pipeline/pull/722.
The images are not needed after the task run and should be deleted. Ideally this happens via
defer
so that they are also deleted when the test fails.