Skip to content

Commit 66cce4c

Browse files
committed
quitar cosas
1 parent 82f0595 commit 66cce4c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ jobs:
8484
run: |
8585
echo "Switch to ${{ vars.DEPLOYMENT_BRANCH }}"
8686
git switch -f ${{ vars.DEPLOYMENT_BRANCH }}
87-
git reset --hard
88-
sudo git clean -d -x -f
89-
rm -r *
90-
git add *
91-
git commit -m "cleaning branch"
92-
git push
9387
- name: Applying stashed files to ${{ vars.DEPLOYMENT_BRANCH }}
9488
run: |
9589
echo "Applying stash"

0 commit comments

Comments
 (0)