From e18ea55e6db28d4b3d56dbe7cea478d311e6cc48 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 18 Dec 2023 20:38:54 +0530 Subject: [PATCH] Update push-dappbundle.yml --- .github/workflows/push-dappbundle.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/push-dappbundle.yml b/.github/workflows/push-dappbundle.yml index 5b582fe..62646a2 100644 --- a/.github/workflows/push-dappbundle.yml +++ b/.github/workflows/push-dappbundle.yml @@ -20,8 +20,6 @@ jobs: cd ${{ secrets.DEPLOYMENT_LOCATION}}/ && git clone https://github.com/ranchimall/dappbundle.git fi - git pull - if [ -d "${{ secrets.DEPLOYMENT_LOCATION}}/dappbundle/${{ github.event.repository.name }}" ]; then echo "Repository exists. Remove folder " rm -r "${{ secrets.DEPLOYMENT_LOCATION}}/dappbundle/${{ github.event.repository.name }}"