add -print to cleanup ci/cd
Deploy frontend / frontend (push) Failing after 2m37s

This commit is contained in:
2024-12-02 16:37:28 +02:00
parent 190805cacf
commit 2584c1b7a5
+1 -1
View File
@@ -62,4 +62,4 @@ jobs:
- name: cleanup build directories
if: always()
run: find /www/hereconnect.condev.ru/ -maxdepth 1 -type d -name "build-${{env.GITHUB_SHA}}-*" -exec rm -rf {} +
run: find /www/hereconnect.condev.ru/ -maxdepth 1 -type d -name "build-${{env.GITHUB_SHA}}-*" -print -exec rm -rf {} +