fix(ci): remove existing repo directory before git clone
Build and Deploy / Build and Push Docker Image (push) Failing after 7s

This commit is contained in:
2026-08-08 01:34:14 +08:00
parent ea5f712f8c
commit 5db4364615
+1
View File
@@ -62,6 +62,7 @@ jobs:
- name: Checkout repository
run: |
cd /tmp
rm -rf repo
git clone --depth=1 https://admin:${{ secrets.TOKEN }}@git.viaeon.com/admin/TaskPool.git repo
cd repo