From 93e4b9b2e93e928551af56d18a95f597d641e52c Mon Sep 17 00:00:00 2001 From: James Kent Date: Thu, 19 Sep 2024 13:14:50 -0500 Subject: [PATCH] remove unshallow --- .github/workflows/deploy-to-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-staging.yml b/.github/workflows/deploy-to-staging.yml index 1292472a..72a1303e 100644 --- a/.github/workflows/deploy-to-staging.yml +++ b/.github/workflows/deploy-to-staging.yml @@ -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