Skip to content

Commit

Permalink
eliminated --recursive on pull
Browse files Browse the repository at this point in the history
  • Loading branch information
leoBitto committed Dec 25, 2023
1 parent 900dce0 commit 67da745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Update Repository
cd /home/$USER_NAME/$REPO_NAME
sudo -u www-data git pull --recursive
sudo -u www-data git pull
# Activate Virtual Environment and install dependencies
sudo -u $USER_NAME virtualenv env_dj
Expand Down

0 comments on commit 67da745

Please sign in to comment.