Skip to content

Commit

Permalink
remove unshallow
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Sep 19, 2024
1 parent ef02e6d commit 93e4b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
ssh git@deepdream.psy.utexas.edu '
cd /var/www/neurostore &&
git fetch origin --unshallow && # Fetch full history if shallow clone
git fetch origin && # Fetch full history
git fetch --all && # Fetch all branches and their histories
git reset --hard origin/staging &&
git clean -fd
Expand Down

0 comments on commit 93e4b9b

Please sign in to comment.