fix(ci): remove existing repo directory before git clone
Build and Deploy / Build and Push Docker Image (push) Failing after 7s
Build and Deploy / Build and Push Docker Image (push) Failing after 7s
This commit is contained in:
@@ -62,6 +62,7 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
run: |
|
run: |
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
rm -rf repo
|
||||||
git clone --depth=1 https://admin:${{ secrets.TOKEN }}@git.viaeon.com/admin/TaskPool.git repo
|
git clone --depth=1 https://admin:${{ secrets.TOKEN }}@git.viaeon.com/admin/TaskPool.git repo
|
||||||
cd repo
|
cd repo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user