jscheffl commented on code in PR #45266:
URL: https://github.com/apache/airflow/pull/45266#discussion_r1899177399
##########
scripts/ci/cleanup_docker.sh:
##########
@@ -16,7 +16,10 @@
# specific language governing permissions and limitations
# under the License.
function cleanup_docker {
- docker system prune --all --force --volumes || true
+ # This is faster than docker prune
Review Comment:
:+1:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]